Update excludes in OOXMLLite
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2be766f267
commit
48c8b9af81
@ -137,7 +137,18 @@ public final class OOXMLLite {
|
|||||||
"TestMultiSheetFormulaEvaluatorOnXSSF\\$1",
|
"TestMultiSheetFormulaEvaluatorOnXSSF\\$1",
|
||||||
"TestZipPackagePropertiesMarshaller\\$1",
|
"TestZipPackagePropertiesMarshaller\\$1",
|
||||||
"SLCommonUtils",
|
"SLCommonUtils",
|
||||||
"TestPPTX2PNG\\$1"
|
"TestPPTX2PNG\\$1",
|
||||||
|
"TestMatrixFormulasFromXMLSpreadsheet\\$1",
|
||||||
|
"TestMatrixFormulasFromXMLSpreadsheet\\$Navigator",
|
||||||
|
"TestPOIXMLDocument\\$UncaughtHandler",
|
||||||
|
"TestOleShape\\$Api",
|
||||||
|
"TestOleShape\\$1",
|
||||||
|
"TestPOIXMLDocument\\$1",
|
||||||
|
"TestXMLSlideShow\\$1",
|
||||||
|
"TestXMLSlideShow\\$BufAccessBAOS",
|
||||||
|
"TestXDDFChart\\$1",
|
||||||
|
"TestOOXMLLister\\$1",
|
||||||
|
"TestOOXMLPrettyPrint\\$1"
|
||||||
);
|
);
|
||||||
System.out.println("Collecting unit tests from " + _testDir);
|
System.out.println("Collecting unit tests from " + _testDir);
|
||||||
collectTests(_testDir, _testDir, lst, ".+.class$", ".+(" + exclude + ").class");
|
collectTests(_testDir, _testDir, lst, ".+.class$", ".+(" + exclude + ").class");
|
||||||
|
Loading…
Reference in New Issue
Block a user