Update of /cvsroot/httpunit/httpunit/test/com/meterware/httpunit
In directory usw-pr-cvs1:/tmp/cvs-serv25413/test/com/meterware/httpunit
Modified Files:
HttpUnitTest.java
Log Message:
Removed temporary assertTrue definitions
Index: HttpUnitTest.java
===================================================================
RCS file: /cvsroot/httpunit/httpunit/test/com/meterware/httpunit/HttpUnitTest.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- HttpUnitTest.java 21 Mar 2002 15:44:03 -0000 1.20
+++ HttpUnitTest.java 18 Jun 2002 16:53:20 -0000 1.21
@@ -99,10 +99,6 @@
return _hostPath;
}
- public static void assertTrue( String comment, boolean expression ) {
- assert( comment, expression );
- }
-
protected void assertEquals( String comment, Object[] expected, Object[] found ) {
if (!equals( expected, found )) {
|