mirror of https://github.com/apache/poi.git
updated to include additional tests for IF()
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@479293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4a42f6a765
commit
5f9ef7eab0
|
@ -17,7 +17,7 @@ public class TestEverything extends TestSuite {
|
|||
public static TestSuite suite() throws Exception {
|
||||
TestSuite suite = new TestSuite("Tests for individual function classes");
|
||||
String s;
|
||||
for(int i=80; i<1481;i=i+4) {
|
||||
for(int i=80; i<1485;i=i+4) {
|
||||
s = "D"+Integer.toString(i).trim();
|
||||
suite.addTest(new GenericFormulaTestCase(s));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue