mirror of https://github.com/apache/poi.git
AllOpenXML4JInternalTests no longer needed in AllOpenXML4JTests suite because it was upgraded to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a359a8eb25
commit
34742417f5
|
@ -18,7 +18,6 @@
|
|||
package org.apache.poi.openxml4j.opc;
|
||||
|
||||
import org.apache.poi.openxml4j.opc.compliance.AllOpenXML4JComplianceTests;
|
||||
import org.apache.poi.openxml4j.opc.internal.AllOpenXML4JInternalTests;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Suite;
|
||||
|
||||
|
@ -34,7 +33,6 @@ import org.junit.runners.Suite;
|
|||
, TestPackagingURIHelper.class
|
||||
, TestRelationships.class
|
||||
, AllOpenXML4JComplianceTests.class
|
||||
, AllOpenXML4JInternalTests.class
|
||||
})
|
||||
public final class AllOpenXML4JTests {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue