summaryrefslogtreecommitdiff
path: root/pcr/mockito/mockito-hamcrest_interfaces.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-09-18 18:43:40 -0500
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:15:06 -0300
commit5e17a85578129419f270c74e62d8a705f79b91c2 (patch)
tree947dad04c2040d0e5bb42609fd8c3aa2dbad66b0 /pcr/mockito/mockito-hamcrest_interfaces.patch
parent52fac76a8f206dccb37aa126cb6ff6eca7bb3c23 (diff)
mockito: add new package to [pcr]
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;
+ }