diff options
author | PJ Fanning <fanningpj@apache.org> | 2018-03-04 12:24:44 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2018-03-04 12:24:44 +0000 |
commit | 57eae58ee50e70b7b54078e07ba470ef8ed7c882 (patch) | |
tree | e8425d7c9992d0cc56cf2633cdd5e8da2a4f32c5 /.classpath | |
parent | 38c698829f8df279b89c7067c5894de5529bddb9 (diff) | |
download | poi-57eae58ee50e70b7b54078e07ba470ef8ed7c882.tar.gz poi-57eae58ee50e70b7b54078e07ba470ef8ed7c882.zip |
use xmlunit for xml diffs in unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 7098e32766..944cd2142b 100644 --- a/.classpath +++ b/.classpath @@ -35,6 +35,7 @@ <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.1.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.13.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"/> |