summaryrefslogtreecommitdiff
path: root/pcr/mockito/mockito-hamcrest_interfaces.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/mockito/mockito-hamcrest_interfaces.patch')
-rw-r--r--pcr/mockito/mockito-hamcrest_interfaces.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/mockito/mockito-hamcrest_interfaces.patch b/pcr/mockito/mockito-hamcrest_interfaces.patch
new file mode 100644
index 000000000..2f41bc1e4
--- /dev/null
+++ b/pcr/mockito/mockito-hamcrest_interfaces.patch
@@ -0,0 +1,13 @@
+--- mockito-1.10.19.orig/src/org/mockito/internal/matchers/LocalizedMatcher.java 2014-12-31 11:43:56.000000000 -0500
++++ mockito-1.10.19/src/org/mockito/internal/matchers/LocalizedMatcher.java 2015-09-18 15:52:13.398123998 -0500
+@@ -36,6 +36,10 @@
+ actualMatcher.describeTo(description);
+ }
+
++ public void describeMismatch(Object item, Description description) {
++ actualMatcher.describeMismatch(item, description);
++ }
++
+ public Location getLocation() {
+ return location;
+ }