summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2010-02-25 18:06:08 +0000
committerjortel <devnull@localhost>2010-02-25 18:06:08 +0000
commit96293b6db8141232a6cec911343c7593d3bd0881 (patch)
tree5978107f00a64cd34b90287c910a427640b892a6 /tests
parent019ec19692d7d8717a77500bbd2e350cbc7ddb91 (diff)
downloadsuds-96293b6db8141232a6cec911343c7593d3bd0881.tar.gz
bump rpm spec to 0.4
Diffstat (limited to 'tests')
-rw-r--r--tests/public.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/public.py b/tests/public.py
index ca39cc5..5132c7f 100644
--- a/tests/public.py
+++ b/tests/public.py
@@ -101,11 +101,11 @@ try:
url = 'http://jira.atlassian.com/rpc/soap/jirasoapservice-v2?wsdl'
start(url+' ** cloned **')
client = Client(url).clone()
- print client
+ print '**clone**\n%s' % client
token = client.service.login('soaptester', 'soaptester')
- print 'token="%s"' % token
+ print '**clone** token="%s"' % token
user = client.service.getUser(token, 'soaptester')
- print 'user="%s"' % user
+ print '**clone** user="%s"' % user
except WebFault, f:
errors += 1
print f