Browse Source

Update mockito

Change-Id: I2719c7b693f556dffff4b1f280a6831268f75766
Reviewed-on: http://gerrit.dmdirc.com/458
Reviewed-by: Shane Mc Cormack <shane@dmdirc.com>
Tested-by: Shane Mc Cormack <shane@dmdirc.com>
tags/0.6.3b1
Chris Smith 14 years ago
parent
commit
6f4344c6eb
3 changed files with 3 additions and 3 deletions
  1. BIN
      lib/mockito-all-1.6.jar
  2. BIN
      lib/mockito-all-1.8.2.jar
  3. 3
    3
      nbproject/project.properties

BIN
lib/mockito-all-1.6.jar View File


BIN
lib/mockito-all-1.8.2.jar View File


+ 3
- 3
nbproject/project.properties View File

@@ -1,6 +1,6 @@
1 1
 endorsed.classpath=
2 2
 file.reference.junit-4.8.1.jar=lib/junit-4.8.1.jar
3
-file.reference.mockito-all-1.6.jar=lib/mockito-all-1.6.jar
3
+file.reference.mockito-all-1.8.2.jar=lib/mockito-all-1.8.2.jar
4 4
 jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
5 5
 project.license=dmdirc
6 6
 application.title=DMDirc
@@ -75,7 +75,7 @@ javac.test.classpath=\
75 75
     ${javac.classpath}:\
76 76
     ${build.classes.dir}:\
77 77
     ${file.reference.junit-4.8.1.jar}:\
78
-    ${file.reference.mockito-all-1.6.jar}
78
+    ${file.reference.mockito-all-1.8.2.jar}
79 79
 run.classpath=\
80 80
     ${javac.classpath}:\
81 81
     ${build.classes.dir}
@@ -83,7 +83,7 @@ run.test.classpath=\
83 83
     ${javac.test.classpath}:\
84 84
     ${build.test.classes.dir}:\
85 85
     ${file.reference.junit-4.8.1.jar}:\
86
-    ${file.reference.mockito-all-1.6.jar}
86
+    ${file.reference.mockito-all-1.8.2.jar}
87 87
 debug.classpath=\
88 88
     ${run.classpath}
89 89
 debug.test.classpath=\

Loading…
Cancel
Save