roxspring    2004/04/19 15:11:48

  Modified:    cli      Tag: RESEARCH_CLI_2_ROXSPRING project.xml
  Log:
  HelpFormatter now uses predictable sorting, previously:

  "it simply compares the object's toString() values rather than using the getKey() 
method which would perform the sort that the comments seem to indicate is desired"

  Also brought TestHelpFormatter expectations in line.

  PR:24184

  Submitted by: Robert Fletcher <[EMAIL PROTECTED]>

  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.16.2.8  +1 -0      jakarta-commons/cli/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/project.xml,v
  retrieving revision 1.16.2.7
  retrieving revision 1.16.2.8
  diff -u -r1.16.2.7 -r1.16.2.8
  --- project.xml       13 Apr 2004 21:56:03 -0000      1.16.2.7
  +++ project.xml       19 Apr 2004 22:11:47 -0000      1.16.2.8
  @@ -104,6 +104,7 @@
       <!-- Unit test classes -->
       <unitTest>
         <includes>
  +        <include>**/Test*.java</include>
           <include>**/*Test.java</include>
         </includes>
       </unitTest>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to