You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jk...@apache.org on 2003/06/12 23:24:16 UTC

cvs commit: jakarta-commons/cli/src/test/org/apache/commons/cli CommandLineParserTest.java

jkeyes      2003/06/12 14:24:16

  Modified:    cli/src/test/org/apache/commons/cli Tag: cli_1_x
                        CommandLineParserTest.java
  Log:
  
- applied Rob's patch
- removed some author tags
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +4 -4      jakarta-commons/cli/src/test/org/apache/commons/cli/Attic/CommandLineParserTest.java
  
  Index: CommandLineParserTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/src/test/org/apache/commons/cli/Attic/CommandLineParserTest.java,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- CommandLineParserTest.java	4 Jun 2003 01:21:54 -0000	1.1.2.4
  +++ CommandLineParserTest.java	12 Jun 2003 21:24:16 -0000	1.1.2.5
  @@ -371,7 +371,7 @@
       public void testTwoArgumentValues() throws Exception {
           ArgumentBuilder builder = ArgumentBuilder.createBuilder();
   
  -        Argument files = builder.withSize(2).withName("files").create();
  +        Argument files = builder.withMaximumSize(2).withName("files").create();
   
           Options options = new Options();
           options.add(files);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org