roxspring 2004/03/26 16:27:31
Modified: cli/src/test/org/apache/commons/cli2/commandline Tag:
RESEARCH_CLI_2_ROXSPRING
PropertiesCommandLineTest.java
Log:
Removed debugging information
Revision Changes Path
No revision
No revision
1.1.2.2 +2 -19
jakarta-commons/cli/src/test/org/apache/commons/cli2/commandline/Attic/PropertiesCommandLineTest.java
Index: PropertiesCommandLineTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/cli/src/test/org/apache/commons/cli2/commandline/Attic/PropertiesCommandLineTest.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- PropertiesCommandLineTest.java 27 Mar 2004 00:19:39 -0000 1.1.2.1
+++ PropertiesCommandLineTest.java 27 Mar 2004 00:27:31 -0000 1.1.2.2
@@ -38,24 +38,7 @@
return new PropertiesCommandLine(root,props,'|');
}
- public void setUp() throws Exception{
- super.setUp();
-
- System.out.println("TEST:"+getName());
- }
-
- public void testNothing() throws IOException{
- final String text =
- "#comment\n"
- +"property=value\n"
- +"property2: value2\n"
- +"property3 value3 \n"
- +"property4\n"
- +"property5:\n"
- +"property6=\n"
- +"property7 \n"
- ;
- props.load(new ByteArrayInputStream(text.getBytes()));
- System.out.println(props);
+ public void testToMakeEclipseSpotTheTestCase(){
+ // nothing to test
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]