Author: vines
Date: Thu Jan 3 21:28:29 2013
New Revision: 1428603
URL: http://svn.apache.org/viewvc?rev=1428603&view=rev
Log:
ACCUMULO-608 - fixing tests so I can test this
Modified:
accumulo/trunk/test/system/auto/TestUtils.py
Modified: accumulo/trunk/test/system/auto/TestUtils.py
URL:
http://svn.apache.org/viewvc/accumulo/trunk/test/system/auto/TestUtils.py?rev=1428603&r1=1428602&r2=1428603&view=diff
==============================================================================
--- accumulo/trunk/test/system/auto/TestUtils.py (original)
+++ accumulo/trunk/test/system/auto/TestUtils.py Thu Jan 3 21:28:29 2013
@@ -57,7 +57,7 @@ General_CLASSPATH = """
$ACCUMULO_HOME/examples/simple/target/classes,
$ACCUMULO_HOME/lib/[^.].$ACCUMULO_VERSION.jar,
$ACCUMULO_HOME/lib/[^.].*.jar,
- $ZOOKEEPER_HOME/zookeeper[^.].*.jar,"
+ $ZOOKEEPER_HOME/zookeeper[^.].*.jar,
$HADOOP_HOME/conf,$HADOOP_HOME/[^.].*.jar,
$HADOOP_HOME/lib/[^.].*.jar
"""