1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

[225320] adding password storage tests to build test suite

This commit is contained in:
David Dykstal 2012-03-18 19:14:10 +00:00
parent 7e38869768
commit 31d2f1a186

View file

@ -48,6 +48,7 @@ public class RSECombinedTestSuite extends DelegatingTestSuiteHolder {
// add the single test suites to the overall one here.
suite.addTest(org.eclipse.rse.tests.core.AllTests.suite());
suite.addTest(org.eclipse.rse.tests.core.passwords.PasswordsTestSuite.suite());
suite.addTest(org.eclipse.rse.tests.core.connection.RSEConnectionTestSuite.suite());
suite.addTest(org.eclipse.rse.tests.core.registries.RSERegistriesTestSuite.suite());
suite.addTest(org.eclipse.rse.tests.internal.RSEInternalFrameworkTestSuite.suite());