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:
Jason Height 2004-09-24 03:50:44 +00:00
parent abef70d455
commit 49e1a3d294

View File

@ -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()