mirror of https://github.com/apache/poi.git
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
7d8da8ea59
commit
ff1120d7de
|
@ -137,7 +137,18 @@ public final class OOXMLLite {
|
|||
"TestMultiSheetFormulaEvaluatorOnXSSF\\$1",
|
||||
"TestZipPackagePropertiesMarshaller\\$1",
|
||||
"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);
|
||||
collectTests(_testDir, _testDir, lst, ".+.class$", ".+(" + exclude + ").class");
|
||||
|
|
Loading…
Reference in New Issue