From f27fa8171ae37df159abdcd3b1ec18a25e03f84a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 29 Jun 2010 14:15:01 +0000 Subject: [ID-WSF2] add idwsf2 test script to test suite Re-activate ID-WSF 2.0 test script. Fix problem with provider issuing assertion role. Need to be fixed more generally in the future. --- bindings/python/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/python/tests/Makefile.am') diff --git a/bindings/python/tests/Makefile.am b/bindings/python/tests/Makefile.am index fcf3647a..c2130fb3 100644 --- a/bindings/python/tests/Makefile.am +++ b/bindings/python/tests/Makefile.am @@ -8,7 +8,7 @@ TESTS += profiles_tests.py binding_tests.py endif if WSF_ENABLED -TESTS += idwsf1_tests.py # idwsf2_tests.py +TESTS += idwsf1_tests.py idwsf2_tests.py endif EXTRA_DIST = profiles_tests.py binding_tests.py idwsf1_tests.py idwsf2_tests.py -- cgit