1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

[releng] reenable password tests.

This commit is contained in:
Anna Dushistova 2012-03-29 15:59:46 +00:00
parent c1b59b438e
commit 55c3d84df4

View file

@ -48,7 +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.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());