summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/testcases/org/apache/poi/ss/formula/eval/AllFormulaEvalTests.java2
-rw-r--r--src/testcases/org/apache/poi/ss/formula/ptg/AllFormulaTests.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/testcases/org/apache/poi/ss/formula/eval/AllFormulaEvalTests.java b/src/testcases/org/apache/poi/ss/formula/eval/AllFormulaEvalTests.java
index 70def40f80..d30e5e585a 100644
--- a/src/testcases/org/apache/poi/ss/formula/eval/AllFormulaEvalTests.java
+++ b/src/testcases/org/apache/poi/ss/formula/eval/AllFormulaEvalTests.java
@@ -36,7 +36,7 @@ import org.junit.runners.Suite;
TestMissingArgEval.class,
TestPercentEval.class,
TestRangeEval.class,
- TestUnaryPlusEval.class,
+ TestUnaryPlusEval.class
})
public class AllFormulaEvalTests {
}
diff --git a/src/testcases/org/apache/poi/ss/formula/ptg/AllFormulaTests.java b/src/testcases/org/apache/poi/ss/formula/ptg/AllFormulaTests.java
index 8aded05f97..79b4a7c5d3 100644
--- a/src/testcases/org/apache/poi/ss/formula/ptg/AllFormulaTests.java
+++ b/src/testcases/org/apache/poi/ss/formula/ptg/AllFormulaTests.java
@@ -49,7 +49,7 @@ import org.junit.runners.Suite;
TestRef3DPtg.class,
TestReferencePtg.class,
TestSheetNameFormatter.class,
- TestUnionPtg.class,
+ TestUnionPtg.class
})
public class AllFormulaTests {
}