mirror of
https://github.com/apache/poi.git
synced 2025-02-09 11:34:46 +00:00
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 final class AllPOIFSStorageTests {
|
||||||
|
|
||||||
public static Test suite() {
|
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(TestBATBlock.class);
|
||||||
result.addTestSuite(TestBlockAllocationTableReader.class);
|
result.addTestSuite(TestBlockAllocationTableReader.class);
|
||||||
result.addTestSuite(TestBlockAllocationTableWriter.class);
|
result.addTestSuite(TestBlockAllocationTableWriter.class);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user