aboutsummaryrefslogtreecommitdiffstats
path: root/src/excelant
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2019-12-30 00:08:24 +0000
committerAndreas Beeker <kiwiwings@apache.org>2019-12-30 00:08:24 +0000
commit71338b958c551f3a7282fe2ac8edd45c33f27d51 (patch)
treec30f3ba8c83b731cc740f14d4a7181317e8672fe /src/excelant
parenta0770034fcc878a697b715d0b6a6e53406b2d02d (diff)
downloadpoi-71338b958c551f3a7282fe2ac8edd45c33f27d51.tar.gz
poi-71338b958c551f3a7282fe2ac8edd45c33f27d51.zip
Sonar fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/excelant')
-rw-r--r--src/excelant/testcases/org/apache/poi/ss/excelant/TestBuildFile.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/excelant/testcases/org/apache/poi/ss/excelant/TestBuildFile.java b/src/excelant/testcases/org/apache/poi/ss/excelant/TestBuildFile.java
index af9e317a42..703b97be04 100644
--- a/src/excelant/testcases/org/apache/poi/ss/excelant/TestBuildFile.java
+++ b/src/excelant/testcases/org/apache/poi/ss/excelant/TestBuildFile.java
@@ -345,6 +345,8 @@ public class TestBuildFile {
@Test
public void testPassOnError() {
executeTarget("test-passonerror");
+ assertLogContaining("Using input file: " + TestBuildFile.getDataDir() + "/spreadsheet/excelant.xls");
+ assertLogContaining("Test named failonerror failed because 1 of 0 evaluations failed to evaluate correctly.");
}
@Test