bayard 2004/01/01 23:52:57
Modified: io/src/test/org/apache/commons/io/input
SwappedDataInputStreamTest.java
Log:
tests readLong now
Revision Changes Path
1.3 +5 -5
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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SwappedDataInputStreamTest.java 2 Jan 2004 07:37:00 -0000 1.2
+++ SwappedDataInputStreamTest.java 2 Jan 2004 07:52:57 -0000 1.3
@@ -136,11 +136,11 @@
/*
public void testReadLine() throws IOException {
}
+ */
public void testReadLong() throws IOException {
assertEquals( 0x0807060504030201L, this.sdis.readLong() );
}
- */
public void testReadShort() throws IOException {
assertEquals( (short) 0x0201, this.sdis.readShort() );
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]