1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00

- moved error parsers tests

This commit is contained in:
Alena Laskavaia 2008-11-04 17:33:11 +00:00
parent c838e9f16d
commit 6d27bb8b4e
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@
* QNX Software Systems - Initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.core.model.tests;
package org.eclipse.cdt.core.internal.errorparsers.tests;
import java.io.ByteArrayInputStream;
import java.io.FileInputStream;

View file

@ -23,6 +23,7 @@ public class ErrorParserTests {
// each class being tested
suite.addTest(GCCErrorParserTests.suite());
suite.addTest(FileBasedErrorParserTests.suite());
suite.addTest(ErrorParserManagerTest.suite());
return suite;
}