mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
2be9f26069
commit
3decf1fe32
3 changed files with 14 additions and 17 deletions
|
@ -18,14 +18,12 @@ import junit.framework.TestSuite;
|
|||
|
||||
/**
|
||||
* @author Doug Schaefer
|
||||
*
|
||||
*/
|
||||
public class PDOMTests extends TestSuite {
|
||||
|
||||
public static Test suite() {
|
||||
TestSuite suite = new PDOMTests();
|
||||
|
||||
|
||||
suite.addTest(DBTest.suite());
|
||||
suite.addTest(DBPropertiesTests.suite());
|
||||
suite.addTest(PDOMCBugsTest.suite());
|
||||
|
@ -61,5 +59,4 @@ public class PDOMTests extends TestSuite {
|
|||
|
||||
return suite;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue