]> source.dussan.org Git - poi.git/commitdiff
unit test that is not written yet should fail
authorJaven O'Neal <onealj@apache.org>
Tue, 20 Jun 2017 09:13:18 +0000 (09:13 +0000)
committerJaven O'Neal <onealj@apache.org>
Tue, 20 Jun 2017 09:13:18 +0000 (09:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799324 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaEvaluation.java

index 84a4aa68006f7925955c4a6fb37dbbf0c002ad07..3b1fdd3cadcaf7377dafd833a0aca6b3e19814e8 100644 (file)
@@ -256,6 +256,7 @@ public final class TestXSSFFormulaEvaluation extends BaseTestFormulaEvaluator {
     @Ignore
     public void testCachedReferencesToOtherWorkbooks() throws Exception {
         // TODO
+        fail("unit test not written yet");
     }
     
     /**