From 59c11f40be40eb32628dd7ead243840f3fce0883 Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Tue, 10 Jul 2007 17:39:52 +0000 Subject: some unit tests for id-wsf 2 --- python/tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests/tests.py') 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 """""" sys.exit(not success) - -- cgit