diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-06-29 14:15:01 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-06-29 14:15:01 +0000 |
| commit | f27fa8171ae37df159abdcd3b1ec18a25e03f84a (patch) | |
| tree | 558412070d4d5acb4d4fed9bbf14db8341073160 /bindings/python/tests/Makefile.am | |
| parent | 4a36e6d065919691354965cabad7d2dea91e82a0 (diff) | |
| download | lasso-f27fa8171ae37df159abdcd3b1ec18a25e03f84a.tar.gz lasso-f27fa8171ae37df159abdcd3b1ec18a25e03f84a.tar.xz lasso-f27fa8171ae37df159abdcd3b1ec18a25e03f84a.zip | |
[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.
Diffstat (limited to 'bindings/python/tests/Makefile.am')
| -rw-r--r-- | bindings/python/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
