summaryrefslogtreecommitdiffstats
path: root/python/tests/tests.py
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-07-10 17:39:52 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-07-10 17:39:52 +0000
commit59c11f40be40eb32628dd7ead243840f3fce0883 (patch)
tree30ec13f513a546375037e9800aaf91389d0f4224 /python/tests/tests.py
parentddf73adc7e61274af94edcabc4b462c60a48ba34 (diff)
downloadlasso-59c11f40be40eb32628dd7ead243840f3fce0883.tar.gz
lasso-59c11f40be40eb32628dd7ead243840f3fce0883.tar.xz
lasso-59c11f40be40eb32628dd7ead243840f3fce0883.zip
some unit tests for id-wsf 2
Diffstat (limited to 'python/tests/tests.py')
-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 59d15cb4..e5ea1f62 100755
--- a/python/tests/tests.py
+++ b/python/tests/tests.py
@@ -45,6 +45,7 @@ testSuites = (
'binding_tests',
'profiles_tests',
'errorchecking_tests',
+ 'idwsf2_tests'
)
@@ -97,4 +98,3 @@ if options.xmlMode:
print """</testsuites>"""
sys.exit(not success)
-