summaryrefslogtreecommitdiff
path: root/pcr/jmock/jmock-junit3_api.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-09-15 18:41:18 -0500
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:15:04 -0300
commite6d6438f441bd115bc47401247e160f4b9951967 (patch)
tree88515d38addc511c75b532d7978bcdf9817c46d7 /pcr/jmock/jmock-junit3_api.patch
parent67b6e29e70a0b9aa3024e1118c0c68a4d95513aa (diff)
jmock: add new package to [pcr]
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 = "";