summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'bindings')
-rwxr-xr-xbindings/python/tests/idwsf2_tests.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/bindings/python/tests/idwsf2_tests.py b/bindings/python/tests/idwsf2_tests.py
index 7500ab25..bbc66c5d 100755
--- a/bindings/python/tests/idwsf2_tests.py
+++ b/bindings/python/tests/idwsf2_tests.py
@@ -901,9 +901,6 @@ class DiscoveryQueryTestCase(IdWsf2TestCase):
idp_disco.processQueryMsg(wsc_disco.msgBody)
- self.failUnless(idp_disco.nameIdentifier and idp_disco.nameIdentifier.content,
- 'missing name identifier')
-
def test08(self):
"""Build discovery query response EPRs"""
idp = self.getIdpServer()
@@ -1322,9 +1319,6 @@ class DataServiceQueryTestCase(IdWsf2TestCase):
wsp_service = lasso.IdWsf2DataService(wsp)
wsp_service.processQueryMsg(service.msgBody)
- self.failUnless(wsp_service.nameIdentifier and wsp_service.nameIdentifier.content,
- 'missing name identifier')
-
def test11(self):
"""Data service parse query items - success"""
service, wsp = self.getProfileService()