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);


Reply via email to