adammurdoch 02/04/22 00:23:52
Modified: aut/src/test/org/apache/aut/vfs/provider/zip/test nested.zip
test.zip
aut/src/test/org/apache/aut/vfs/test
AbstractFileSystemTestCase.java
Log:
Change vfs test files to binary, so that the zip tests work cross platform.
Revision Changes Path
1.2 +4 -2
jakarta-ant-myrmidon/aut/src/test/org/apache/aut/vfs/provider/zip/test/nested.zip
<<Binary file>>
1.2 +4 -4
jakarta-ant-myrmidon/aut/src/test/org/apache/aut/vfs/provider/zip/test/test.zip
<<Binary file>>
1.6 +2 -2
jakarta-ant-myrmidon/aut/src/test/org/apache/aut/vfs/test/AbstractFileSystemTestCase.java
Index: AbstractFileSystemTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-ant-myrmidon/aut/src/test/org/apache/aut/vfs/test/AbstractFileSystemTestCase.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- AbstractFileSystemTestCase.java 18 Apr 2002 12:53:15 -0000 1.5
+++ AbstractFileSystemTestCase.java 22 Apr 2002 07:23:52 -0000 1.6
@@ -35,7 +35,7 @@
* that base folder.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Adam Murdoch</a>
- * @version $Revision: 1.5 $ $Date: 2002/04/18 12:53:15 $
+ * @version $Revision: 1.6 $ $Date: 2002/04/22 07:23:52 $
*/
public abstract class AbstractFileSystemTestCase
extends AbstractAutTestCase
@@ -120,7 +120,7 @@
assertTrue( !m_baseFolder.getName().getPath().equals( "/" ) );
// Build the expected content of "file1.txt"
- final String eol = System.getProperty( "line.separator" );
+ final String eol = "\n";
m_charContent = "This is a test file." + eol + "With 2 lines in it."
+ eol;
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>