Author: ecn
Date: Mon Apr 22 17:03:00 2013
New Revision: 1470618

URL: http://svn.apache.org/r1470618
Log:
ACCUMULO-1319 fix functional tests

Modified:
    accumulo/branches/1.5/test/system/auto/TestUtils.py

Modified: accumulo/branches/1.5/test/system/auto/TestUtils.py
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/test/system/auto/TestUtils.py?rev=1470618&r1=1470617&r2=1470618&view=diff
==============================================================================
--- accumulo/branches/1.5/test/system/auto/TestUtils.py (original)
+++ accumulo/branches/1.5/test/system/auto/TestUtils.py Mon Apr 22 17:03:00 2013
@@ -275,7 +275,7 @@ class TestUtilsMixin:
         self.wait(self.runOn(host,
                              ['hadoop', 'fs', '-rmr', ACCUMULO_DIR]))
         handle = self.runOn(host, [self.accumulo_sh(), 
'init','--clear-instance-name'], stdin=PIPE)
-        out, err = handle.communicate(INSTANCE_NAME+"\nroot\n"+ROOT_PASSWORD + 
"\n" + ROOT_PASSWORD+"\n")
+        out, err = handle.communicate(INSTANCE_NAME+"\n"+ROOT_PASSWORD + "\n" 
+ ROOT_PASSWORD+"\n")
         self.processResult(out, err, handle.returncode)
 
     def setup_logging(self):


Reply via email to