Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 77019bef8cd1750efc5a95837411d2a3 > files > 1

jmock1-1.2.0-2.0.3mdv2009.0.src.rpm

--- src/org/jmock/expectation/AssertMo.java.sav	2007-07-13 17:44:35.000000000 +0200
+++ src/org/jmock/expectation/AssertMo.java	2007-07-13 17:45:06.000000000 +0200
@@ -73,7 +73,7 @@
         assertTrue("Should not have verified", threwException);
     }
 
-    static protected void failNotEquals( String message,
+    public static void failNotEquals( String message,
                                          Object expected,
                                          Object actual ) {
         String formatted = "";