mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 03:55:22 +02:00
[releng] bring back password test suite.
This commit is contained in:
parent
37bec5c9cb
commit
66f59c5427
2 changed files with 3 additions and 3 deletions
|
@ -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());
|
||||
|
|
|
@ -37,7 +37,7 @@ public class PasswordsTest extends RSECoreTestCase {
|
|||
super.tearDown();
|
||||
}
|
||||
|
||||
/* public void testAddRemove() {
|
||||
public void testAddRemove() {
|
||||
//-test-author-:DavidDykstal
|
||||
if (isTestDisabled())
|
||||
return;
|
||||
|
@ -90,7 +90,7 @@ public class PasswordsTest extends RSECoreTestCase {
|
|||
returnedInfo = ppm.find(systemType, hostAddress, userId, false);
|
||||
assertNull("signon info was found but should not be", returnedInfo);
|
||||
}
|
||||
*/
|
||||
|
||||
public void testSaveDenial() {
|
||||
//-test-author-:DavidDykstal
|
||||
if (isTestDisabled())
|
||||
|
|
Loading…
Add table
Reference in a new issue