diff options
author | Josh Micich <josh@apache.org> | 2008-11-24 22:40:46 +0000 |
---|---|---|
committer | Josh Micich <josh@apache.org> | 2008-11-24 22:40:46 +0000 |
commit | f3d8a267194ac662e7fadd22bf8d197bf6ae8f0b (patch) | |
tree | 2468c9639d960554f6cb5ed742aa6ae56d259aa7 /src/testcases/org/apache/poi/hssf/model/AllModelTests.java | |
parent | dfdb47a858330d2c6b8d96823cdd01539f1bc912 (diff) | |
download | poi-f3d8a267194ac662e7fadd22bf8d197bf6ae8f0b.tar.gz poi-f3d8a267194ac662e7fadd22bf8d197bf6ae8f0b.zip |
Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords after UnkownRecords, and PivotTable records should not get in the RowRecordsAggregate at all
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/testcases/org/apache/poi/hssf/model/AllModelTests.java')
-rwxr-xr-x | src/testcases/org/apache/poi/hssf/model/AllModelTests.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testcases/org/apache/poi/hssf/model/AllModelTests.java b/src/testcases/org/apache/poi/hssf/model/AllModelTests.java index f157d3a0f2..35565a7a65 100755 --- a/src/testcases/org/apache/poi/hssf/model/AllModelTests.java +++ b/src/testcases/org/apache/poi/hssf/model/AllModelTests.java @@ -35,6 +35,7 @@ public final class AllModelTests { result.addTestSuite(TestFormulaParserEval.class); result.addTestSuite(TestFormulaParserIf.class); result.addTestSuite(TestOperandClassTransformer.class); + result.addTestSuite(TestRowBlocksReader.class); result.addTestSuite(TestRVA.class); result.addTestSuite(TestSheet.class); result.addTestSuite(TestSheetAdditional.class); |