You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/mockobjects/files/mockobjects-0.09-junit.patch

12 lines
418 B

--- src/core/com/mockobjects/util/AssertMo.java 2003-05-18 22:59:40.000000000 +0200
+++ src/core/com/mockobjects/util/AssertMo.java 2007-01-07 14:46:34.000000000 +0100
@@ -77,7 +77,7 @@
assertTrue("Should not have verified", threwException);
}
- static protected void failNotEquals(
+ static public void failNotEquals(
String message,
Object expected,
Object actual) {