1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

bug 297683: JUnit tests AllTemplateEngineTests stopped compiling in eclipse 3.6M4

This commit is contained in:
Andrew Gvozdev 2009-12-13 04:34:59 +00:00
parent 487a57e98d
commit 1a64d13fda
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ import junit.framework.TestSuite;
public class AllTemplateEngineTests extends TestSuite{
public static void main(String[] args) {
junit.swingui.TestRunner.run(AllTemplateEngineTests.class);
junit.textui.TestRunner.run(AllTemplateEngineTests.suite());
}
/**

View file

@ -24,7 +24,7 @@ import junit.framework.TestSuite;
public class AllTemplateEngineTests extends TestSuite {
public static void main(String[] args) {
junit.swingui.TestRunner.run(AllTemplateEngineTests.class);
junit.textui.TestRunner.run(AllTemplateEngineTests.suite());
}
/**