--- src/core/com/mockobjects/util/AssertMo.java.orig 2007-01-07 17:35:10.000000000 +0100 +++ src/core/com/mockobjects/util/AssertMo.java 2007-01-07 17:33:53.000000000 +0100 @@ -77,7 +77,7 @@ assertTrue("Should not have verified", threwException); } - static protected void failNotEquals( + public static void failNotEquals( String message, Object expected, Object actual) {