diff options
Diffstat (limited to 'python/tests/tests.py')
| -rwxr-xr-x | python/tests/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/tests.py b/python/tests/tests.py index 64e1cb06..ad7001fe 100755 --- a/python/tests/tests.py +++ b/python/tests/tests.py @@ -43,7 +43,7 @@ testSuites = ( if "--xml" in sys.argv: print """<?xml version="1.0"?>""" - print """<testsuites xmlns="http://www.0d.be/ns/unittest">""" + print """<testsuites xmlns="http://check.sourceforge.net/ns">""" print """ <title>Python Bindings</title>""" print """ <datetime>%s</datetime>""" % time.strftime('%Y-%m-%d %H:%M:%S', time.localtime()) |
