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 /build.gradle | |
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 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 5811fe43bc..1ec30a7441 100644 --- a/build.gradle +++ b/build.gradle @@ -206,6 +206,7 @@ project('ooxml') { testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:2.13.0' + testCompile 'org.xmlunit:xmlunit-core:2.5.1' testCompile project(path: ':main', configuration: 'tests') testCompile 'org.openjdk.jmh:jmh-core:1.19' testCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.19' |