deweese 02/02/25 09:49:27
Modified: test-sources/org/apache/batik/ext/awt/geom
RectListManagerTest.java
Log:
Fixed a text handling bug in test (DOS vs UNIX).
Revision Changes Path
1.2 +2 -2
xml-batik/test-sources/org/apache/batik/ext/awt/geom/RectListManagerTest.java
Index: RectListManagerTest.java
===================================================================
RCS file:
/home/cvs/xml-batik/test-sources/org/apache/batik/ext/awt/geom/RectListManagerTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RectListManagerTest.java 12 Feb 2002 18:17:45 -0000 1.1
+++ RectListManagerTest.java 25 Feb 2002 17:49:27 -0000 1.2
@@ -43,7 +43,7 @@
* This test validates that the text selection API's work properly.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Thomas DeWeese</a>
- * @version $Id: RectListManagerTest.java,v 1.1 2002/02/12 18:17:45 deweese Exp $
+ * @version $Id: RectListManagerTest.java,v 1.2 2002/02/25 17:49:27 deweese Exp $
*/
public class RectListManagerTest extends AbstractTest {
@@ -378,7 +378,7 @@
return mismatch;
}
public void run() {
- mismatch = Base64Test.compareStreams (is1, is2, false);
+ mismatch = Base64Test.compareStreams (is1, is2, true);
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]