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:
parent
487a57e98d
commit
1a64d13fda
2 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue