Author: vines
Date: Fri May 25 19:01:47 2012
New Revision: 1342775

URL: http://svn.apache.org/viewvc?rev=1342775&view=rev
Log:
ACCUMULO-235 - another test fixed


Modified:
    accumulo/trunk/test/system/auto/simple/dynamic.py

Modified: accumulo/trunk/test/system/auto/simple/dynamic.py
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/test/system/auto/simple/dynamic.py?rev=1342775&r1=1342774&r2=1342775&view=diff
==============================================================================
--- accumulo/trunk/test/system/auto/simple/dynamic.py (original)
+++ accumulo/trunk/test/system/auto/simple/dynamic.py Fri May 25 19:01:47 2012
@@ -85,7 +85,7 @@ public class StringSummation%s implement
 
         # initialize the database
         aggregator = 'accumulo.test.StringSummation%s' % rand
-        cmd = 'createtable test -a cf=' + aggregator
+        cmd = 'createtable test\nsetiter -agg -minc -majc -scan -p 10 -t 
test\ncf ' + aggregator + '\n\n'
         out, err, code = self.rootShell(self.masterHost(),"%s\n" % cmd)
         self.assert_(code == 0)
 


Reply via email to