You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2013/05/14 23:40:00 UTC

svn commit: r1482604 - in /accumulo/trunk: ./ test/src/test/java/org/apache/accumulo/test/ShellServerTest.java

Author: vines
Date: Tue May 14 21:40:00 2013
New Revision: 1482604

URL: http://svn.apache.org/r1482604
Log:
ACCUMULO-1274 - oops, updated the case after validating the test


Modified:
    accumulo/trunk/   (props changed)
    accumulo/trunk/test/src/test/java/org/apache/accumulo/test/ShellServerTest.java

Propchange: accumulo/trunk/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.5:r1482603

Modified: accumulo/trunk/test/src/test/java/org/apache/accumulo/test/ShellServerTest.java
URL: http://svn.apache.org/viewvc/accumulo/trunk/test/src/test/java/org/apache/accumulo/test/ShellServerTest.java?rev=1482604&r1=1482603&r2=1482604&view=diff
==============================================================================
--- accumulo/trunk/test/src/test/java/org/apache/accumulo/test/ShellServerTest.java (original)
+++ accumulo/trunk/test/src/test/java/org/apache/accumulo/test/ShellServerTest.java Tue May 14 21:40:00 2013
@@ -394,7 +394,7 @@ public class ShellServerTest {
   @Test(timeout = 30000)
   public void classpath() throws Exception {
     // classpath
-    exec("classpath", true, "Level 2: Accumulo Start Classloader (Loads the classloader) URL classpath items are", true);
+    exec("classpath", true, "Level 2: Accumulo Start Classloader (loads the classloader) URL classpath items are", true);
   }
   
   @Test(timeout = 30000)