bayard      2004/01/01 23:37:00

  Modified:    io/src/test/org/apache/commons/io/input
                        SwappedDataInputStreamTest.java
  Log:
  removed wrong comment due to my misunderstanding of usage
  
  Revision  Changes    Path
  1.2       +3 -6      
jakarta-commons-sandbox/io/src/test/org/apache/commons/io/input/SwappedDataInputStreamTest.java
  
  Index: SwappedDataInputStreamTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/io/src/test/org/apache/commons/io/input/SwappedDataInputStreamTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SwappedDataInputStreamTest.java   2 Jan 2004 07:31:18 -0000       1.1
  +++ SwappedDataInputStreamTest.java   2 Jan 2004 07:37:00 -0000       1.2
  @@ -86,9 +86,6 @@
       }
   
       public void setUp() {
  -        // This does not seem to be the right fake setup.
  -        // The EndianUtils Stream methods read an integer at a time, 
  -        // and not a byte.
           byte[] bytes = new byte[] {
               0x01,
               0x02,
  
  
  

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

Reply via email to