diff options
author | Damien Laniel <dlaniel@entrouvert.com> | 2007-07-10 17:39:52 +0000 |
---|---|---|
committer | Damien Laniel <dlaniel@entrouvert.com> | 2007-07-10 17:39:52 +0000 |
commit | 59c11f40be40eb32628dd7ead243840f3fce0883 (patch) | |
tree | 30ec13f513a546375037e9800aaf91389d0f4224 /python/tests/tests.py | |
parent | ddf73adc7e61274af94edcabc4b462c60a48ba34 (diff) | |
download | lasso-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-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 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) - |