mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Patch for Devin Steffler.
Add selection tests to DOMParserTestSuite.
This commit is contained in:
parent
f309a3e915
commit
2f5d16e839
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public class DOMParserTestSuite extends TestCase {
|
|||
suite.addTestSuite( AST2KnRTests.class );
|
||||
suite.addTestSuite( AST2UtilTests.class );
|
||||
suite.addTestSuite( AST2UtilOldTests.class );
|
||||
suite.addTestSuite( AST2SelectionParseTest.class );
|
||||
return suite;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue