summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2008-11-05 16:05:45 +0000
committerjortel <devnull@localhost>2008-11-05 16:05:45 +0000
commit31d1d7dfb34af526e823a063b5da6434abe102e8 (patch)
tree147b6df1db79b50b8e9ebe30f1c1ca9636d88859 /tests
parentb75c986ce9a3910a8804a39d70b4903ef60e8494 (diff)
downloadsuds-31d1d7dfb34af526e823a063b5da6434abe102e8.tar.gz
Add XString; Enhance handling of None values for non-string XS types; refactor xs:date objects into separate module; move XBuiltin to sx:base
Diffstat (limited to 'tests')
-rw-r--r--tests/axis1.py2
-rw-r--r--tests/axis2.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/axis1.py b/tests/axis1.py
index 5470137..78ec5f1 100644
--- a/tests/axis1.py
+++ b/tests/axis1.py
@@ -36,7 +36,7 @@ from suds.xsd.sxbasic import Import
Import.bind('http://schemas.xmlsoap.org/soap/encoding/')
-logging.getLogger('suds.client').setLevel(logging.DEBUG)
+#logging.getLogger('suds.client').setLevel(logging.DEBUG)
def start(url):
global errors
diff --git a/tests/axis2.py b/tests/axis2.py
index ac355ac..e5782a5 100644
--- a/tests/axis2.py
+++ b/tests/axis2.py
@@ -213,3 +213,4 @@ try:
except Exception, e:
print e
+print '\nfinished: errors=%d' % errors \ No newline at end of file