summaryrefslogtreecommitdiff
path: root/pcr/jmock/jmock-junit3_api.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/jmock/jmock-junit3_api.patch')
-rw-r--r--pcr/jmock/jmock-junit3_api.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/jmock/jmock-junit3_api.patch b/pcr/jmock/jmock-junit3_api.patch
new file mode 100644
index 000000000..f9bf804d1
--- /dev/null
+++ b/pcr/jmock/jmock-junit3_api.patch
@@ -0,0 +1,11 @@
+--- jmock-library-1.2.0.orig/src/org/jmock/expectation/AssertMo.java 2007-06-02 17:23:18.000000000 -0500
++++ jmock-library-1.2.0/src/org/jmock/expectation/AssertMo.java 2015-09-15 15:47:56.676879745 -0500
+@@ -73,7 +73,7 @@
+ assertTrue("Should not have verified", threwException);
+ }
+
+- static protected void failNotEquals( String message,
++ static public void failNotEquals( String message,
+ Object expected,
+ Object actual ) {
+ String formatted = "";