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
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-09-18 18:43:40 -0500
commite4e19aa1942de7609b2b3c8230fa879bfd4d242d (patch)
tree13100061f040669696f1015c36259722e0f1d214 /pcr/mockito/mockito-hamcrest_interfaces.patch
parent901d525565a694b082a386116ce2798c54fd281f (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;
+ }