jheight 2004/09/23 20:50:44 Modified: src/testcases/org/apache/poi/hssf HSSFTests.java Log: 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 Revision Changes Path 1.10 +1 -1 jakarta-poi/src/testcases/org/apache/poi/hssf/HSSFTests.java Index: HSSFTests.java =================================================================== RCS file: /home/cvs/jakarta-poi/src/testcases/org/apache/poi/hssf/HSSFTests.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- HSSFTests.java 23 Aug 2004 08:52:53 -0000 1.9 +++ HSSFTests.java 24 Sep 2004 03:50:44 -0000 1.10 @@ -97,7 +97,7 @@ public static void main(String[] args) { - junit.textui.TestRunner.run(HSSFTests.class); + junit.textui.TestRunner.run(suite()); } public static Test suite()
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]