diff options
author | Frederic Peters <fpeters@entrouvert.com> | 2004-08-21 08:48:44 +0000 |
---|---|---|
committer | Frederic Peters <fpeters@entrouvert.com> | 2004-08-21 08:48:44 +0000 |
commit | 3446f1672f7bf1f5b8e587b25a0f993c8bc98782 (patch) | |
tree | 88d40acb1826e74edaf63820c146763d27fb6a7f /python/tests/errorchecking_tests.py | |
parent | 64bdc7f985835b5d46b23e931eb9752bee05d7f1 (diff) | |
download | lasso-3446f1672f7bf1f5b8e587b25a0f993c8bc98782.tar.gz lasso-3446f1672f7bf1f5b8e587b25a0f993c8bc98782.tar.xz lasso-3446f1672f7bf1f5b8e587b25a0f993c8bc98782.zip |
reenabled tests since the swig binding is ok now
Diffstat (limited to 'python/tests/errorchecking_tests.py')
-rw-r--r-- | python/tests/errorchecking_tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests/errorchecking_tests.py b/python/tests/errorchecking_tests.py index adf2ac78..3e4614df 100644 --- a/python/tests/errorchecking_tests.py +++ b/python/tests/errorchecking_tests.py @@ -36,13 +36,13 @@ import lasso class ErrorCheckingTestCase(unittest.TestCase): - def DISABLEDtest01(self): + def test01(self): try: lasso.Login(None).msg_url except: pass - def DISABLEDtest02(self): + def test02(self): # Same as test01; replace Login by Logout try: lasso.Logout(None, lasso.providerTypeSp).msg_url |