summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-03-27 15:05:04 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-03-27 15:05:04 +0000
commitdfb0b91ed6d3c85aa7764de75d2e5298ed93ba22 (patch)
treefb56882f950d9f35316a0d485b908ebd2093ece7 /bindings
parent141c4a382ea5a893f09ce3675554c1ca166f2843 (diff)
downloadlasso-dfb0b91ed6d3c85aa7764de75d2e5298ed93ba22.tar.gz
lasso-dfb0b91ed6d3c85aa7764de75d2e5298ed93ba22.tar.xz
lasso-dfb0b91ed6d3c85aa7764de75d2e5298ed93ba22.zip
ID-WSF 2.0: make it work with --enabe-debugging
* lasso/id-wsf-2.0/data_service.c: * lasso/id-wsf-2.0/discovery.c: * lasso/id-wsf-2.0/profile.c: * lasso/id-wsf/data_service.c: * lasso/id-wsf/discovery.c: * lasso/id-wsf/wsf_profile.c: when --enable-debugging is activated much more type checking is done by internal macros, and code do not pass compile anymore. * bindings/python/tests/idwsf2_tests.py: nameIdentifier packing in SOAP ID-WSF calls headers is no longer supported, do not test it.
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()