From 3446f1672f7bf1f5b8e587b25a0f993c8bc98782 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Sat, 21 Aug 2004 08:48:44 +0000 Subject: reenabled tests since the swig binding is ok now --- python/tests/errorchecking_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/tests') 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 -- cgit