aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorGreg Woolsey <gwoolsey@apache.org>2019-03-18 22:05:34 +0000
committerGreg Woolsey <gwoolsey@apache.org>2019-03-18 22:05:34 +0000
commit1dbcef88f9195c77d11308123889544191088113 (patch)
tree0edb2bb220d928caa68b39195e398f472e5eca11 /.classpath
parent82f9c292589bc9dd84c4b9b699129cc191513a03 (diff)
downloadpoi-1dbcef88f9195c77d11308123889544191088113.tar.gz
poi-1dbcef88f9195c77d11308123889544191088113.zip
Fix a unit test that changed with the implementation of another function.
Didn't fail for me because I hadn't noticed the Eclipse classpath was out of date wrt some dependency versions, and therefore my local code was not compiling properly, meaning my test run ran old code and passed this one when it should have failed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855792 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r--.classpath6
1 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath
index 247c5000e2..f17074e3e5 100644
--- a/.classpath
+++ b/.classpath
@@ -39,10 +39,10 @@
<classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.2.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/xmlunit-core-2.5.1.jar"/>
- <classpathentry kind="lib" path="lib/mockito-core-2.21.0.jar"/>
- <classpathentry kind="lib" path="lib/byte-buddy-1.7.9.jar"/>
- <classpathentry kind="lib" path="lib/byte-buddy-agent-1.7.9.jar"/>
<classpathentry kind="lib" path="lib/objenesis-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-compress-1.18.jar"/>
+ <classpathentry kind="lib" path="lib/mockito-core-2.23.4.jar"/>
+ <classpathentry kind="lib" path="lib/byte-buddy-1.9.3.jar"/>
+ <classpathentry kind="lib" path="lib/byte-buddy-agent-1.9.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>