diff -ur src/junit/framework/test/AssertTestCase.java src/junit/framework/test/AssertTestCase.java
--- src/junit/framework/test/AssertTestCase.java 2003-11-23 10:18:26.000000000 -0600
+++ src/junit/framework/test/AssertTestCase.java 2005-08-31 10:31:52.000000000 -0500
* Test method that has to be invoked during one of the tests.
public void testExample() {
* @deprecated don't use this anymore, use standard JUnit API.
- public void assert( boolean condition, String message )
+ public void Assert( boolean condition, String message )
assertTrue( message, condition );
* @deprecated don't use this anymore, use standard JUnit API.
- public void assert( boolean condition )
+ public void Assert( boolean condition )