scohen      2004/05/28 16:00:28

  Modified:    net/src/test/org/apache/commons/net/ftp/parser
                        UnixFTPEntryParserTest.java
  Log:
  PR: 29195
  As part of the process of investigating bug 29195, discovered that
  we had no test case testing a directory listing without a group, which
  is optional.  Adding such a test helped to prove that commons-net
  code was not the problem and is a valuable addition to our test
  suite.
  
  Revision  Changes    Path
  1.12      +3 -2      
jakarta-commons/net/src/test/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java
  
  Index: UnixFTPEntryParserTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/net/src/test/org/apache/commons/net/ftp/parser/UnixFTPEntryParserTest.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- UnixFTPEntryParserTest.java       22 Apr 2004 00:48:07 -0000      1.11
  +++ UnixFTPEntryParserTest.java       28 May 2004 23:00:28 -0000      1.12
  @@ -67,7 +67,8 @@
           "-rw-r--r-T   1 500      500             0 Mar 25 08:20 testSticky",
           "-rwxr-xr-t   1 500      500             0 Mar 25 08:21 testStickyExec",
           "-rwSr-Sr--   1 500      500             0 Mar 25 08:22 testSuid",
  -        "-rwsr-sr--   1 500      500             0 Mar 25 08:23 testSuidExec"
  +        "-rwsr-sr--   1 500      500             0 Mar 25 08:23 testSuidExec",
  +             "-rw-r--r--   1 1        3518644 May 25 12:12 std"
       };
   
       /**
  
  
  

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

Reply via email to