Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 68229 invoked from network); 27 Mar 2004 00:27:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Mar 2004 00:27:35 -0000 Received: (qmail 13824 invoked by uid 500); 27 Mar 2004 00:27:17 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 13752 invoked by uid 500); 27 Mar 2004 00:27:17 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 13739 invoked by uid 500); 27 Mar 2004 00:27:17 -0000 Received: (qmail 13728 invoked from network); 27 Mar 2004 00:27:17 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 27 Mar 2004 00:27:17 -0000 Received: (qmail 68201 invoked by uid 1555); 27 Mar 2004 00:27:31 -0000 Date: 27 Mar 2004 00:27:31 -0000 Message-ID: <20040327002731.68200.qmail@minotaur.apache.org> From: roxspring@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/cli/src/test/org/apache/commons/cli2/commandline PropertiesCommandLineTest.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org