Skip to content

Commit b277836

Browse files
JIRA WDT-221 remove failing test
1 parent d267dc0 commit b277836

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

core/src/test/python/aliases_test.py

-21
Original file line numberDiff line numberDiff line change
@@ -949,27 +949,6 @@ def testSecurityProviderGetAttributes(self):
949949
self.assertEquals(model_value, 'MyObjectName')
950950
return
951951

952-
def testSecurityProviderDiscovery(self):
953-
location = LocationContext().append_location(FOLDERS.SECURITY_CONFIGURATION)
954-
token = self.aliases.get_name_token(location)
955-
location.add_name_token(token, 'my-domain')
956-
957-
location.append_location(FOLDERS.REALM)
958-
token = self.aliases.get_name_token(location)
959-
location.add_name_token(token, 'myrealm')
960-
961-
location.append_location(FOLDERS.AUTHENTICATION_PROVIDER)
962-
result = self.aliases.requires_artificial_type_subfolder_handling(location)
963-
self.assertEqual(result, True)
964-
965-
token = self.aliases.get_name_token(location)
966-
location.add_name_token(token, 'myprovider')
967-
result = \
968-
self.aliases.get_model_subfolder_name(location,
969-
'oracle.security.jps.wls.providers.trust.TrustServiceIdentityAsserter')
970-
self.assertEqual(result, 'SAMLAuthenticator')
971-
return
972-
973952
def testJrfSecurityProviderDiscovery(self):
974953
location = LocationContext().append_location(FOLDERS.SECURITY_CONFIGURATION)
975954
token = self.aliases.get_name_token(location)

0 commit comments

Comments
 (0)