summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-25 21:01:57 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-25 21:01:57 +0000
commitbe0cd69800469e5cdfd13fc18a1eac0f6e824092 (patch)
treefe2579efedf1b58c3186702ba72fcef5a24c19fb
parenta3a86229f745297d8c0bb65a311be0e78d3421f1 (diff)
downloadlasso-be0cd69800469e5cdfd13fc18a1eac0f6e824092.tar.gz
lasso-be0cd69800469e5cdfd13fc18a1eac0f6e824092.tar.xz
lasso-be0cd69800469e5cdfd13fc18a1eac0f6e824092.zip
sync namespace with check unittest namespace (I didn't feel like they would
keep a 0d.be namespace...)
-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())