mirror of https://github.com/apache/poi.git
Fixed test suite name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@707729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9db83604a
commit
37d5592c3f
|
@ -27,7 +27,7 @@ import junit.framework.TestSuite;
|
|||
public final class AllPOIFSStorageTests {
|
||||
|
||||
public static Test suite() {
|
||||
TestSuite result = new TestSuite("Tests for org.apache.poi.poifs.storage");
|
||||
TestSuite result = new TestSuite(AllPOIFSStorageTests.class.getName());
|
||||
result.addTestSuite(TestBATBlock.class);
|
||||
result.addTestSuite(TestBlockAllocationTableReader.class);
|
||||
result.addTestSuite(TestBlockAllocationTableWriter.class);
|
||||
|
|
Loading…
Reference in New Issue