Files
Toby Peterson ad271e2bb0 ccl-util 32.69
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14181 d073be05-634f-4543-b044-5fe20cf6d1d6
2005-09-20 20:15:17 +00:00

17 lines
543 B
Plaintext

diff -ur src/junit/framework/TestCase.java src/junit/framework/TestCase.java
--- src/junit/framework/TestCase.java 2003-11-23 10:18:26.000000000 -0600
+++ src/junit/framework/TestCase.java 2005-08-31 10:32:17.000000000 -0500
@@ -120,10 +120,12 @@
/**
* Maps the JUnit standard assertion to Test's assertion.
*/
+/*
public void assert( String message, boolean check )
{
super.Assert( check, message );
}
+*/
/**
* A workaround method to be able to use reflection to invoke the super method