summaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests')
-rwxr-xr-xpython/tests/tests.py2
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())