fix test suite name (for better IDEs compatibility)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
efb7a720aa
commit
65881d12ea
@ -44,7 +44,7 @@ public class TestWordToConverterSuite
|
||||
|
||||
public static Test suite()
|
||||
{
|
||||
TestSuite suite = new TestSuite();
|
||||
TestSuite suite = new TestSuite(TestWordToConverterSuite.class.getName());
|
||||
|
||||
File directory = POIDataSamples.getDocumentInstance().getFile(
|
||||
"../document" );
|
||||
|
Loading…
Reference in New Issue
Block a user