diff --git a/.travis.yml b/.travis.yml index 03f9089beb..42d3e84672 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,7 @@ matrix: script: ant -Djava.awt.headless=true checkstyle - jdk: oraclejdk7 script: ant -Djava.awt.headless=true test + sudo: true # otherwise TEST_HTTPS.jmx -> sni.velox.ch does not work - jdk: oraclejdk8 script: ant -Djava.awt.headless=true test + sudo: true # otherwise TEST_HTTPS.jmx -> sni.velox.ch does not work diff --git a/build.xml b/build.xml index 5bd7560699..1fe609d983 100644 --- a/build.xml +++ b/build.xml @@ -2515,23 +2515,36 @@ run JMeter unless all the JMeter jars are added. + + + + + CSV Files are not identical. ${batchtest.inp}${file.separator}${batchtest.name}.csv + ${file1.csv} ${batchtest.out}${file.separator}${batchtest.name}.csv + ${file2.csv} + + + + XML Files are not identical. ${batchtest.inp}${file.separator}${batchtest.name}.xml + ${file1.xml} ${batchtest.out}${file.separator}${batchtest.name}.xml + ${file2.xml} ${batchtest.name} output files compared OK