You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/01/10 17:07:29 UTC

svn commit: r1557171 - /commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java

Author: britter
Date: Fri Jan 10 16:07:29 2014
New Revision: 1557171

URL: http://svn.apache.org/r1557171
Log:
Woops checked than in by accident

Modified:
    commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java

Modified: commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java?rev=1557171&r1=1557170&r2=1557171&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java (original)
+++ commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/CommandLineTest.java Fri Jan 10 16:07:29 2014
@@ -179,7 +179,7 @@ public class CommandLineTest {
         assertArrayEquals(new String[]{"test", "foo", "bar"}, cmdl.toStrings());
     }
 
-    @TestO
+    @Test
     public void testAddArgumentsArrayNull() {
         final CommandLine cmdl = new CommandLine("test");
         cmdl.addArguments((String[]) null);