Changes for my own selfish benefit of being able to run tests through jbuilder. Still works as expected elsewhere, dont know why it previously didnt work in JB
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
abef70d455
commit
49e1a3d294
@ -97,7 +97,7 @@ public class HSSFTests
|
|||||||
|
|
||||||
public static void main(String[] args)
|
public static void main(String[] args)
|
||||||
{
|
{
|
||||||
junit.textui.TestRunner.run(HSSFTests.class);
|
junit.textui.TestRunner.run(suite());
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Test suite()
|
public static Test suite()
|
||||||
|
Loading…
Reference in New Issue
Block a user