diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-21 17:38:59 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-21 17:38:59 +0000 |
| commit | 45590d268792b61e1b3bda353334a0d0a5f9e6d5 (patch) | |
| tree | 91cc2a56ba517957918afd4659f562137d7626fb /python/tests | |
| parent | 5dc6f94ffd3bbf0d45559068c86da4247bd454e8 (diff) | |
| download | lasso-45590d268792b61e1b3bda353334a0d0a5f9e6d5.tar.gz lasso-45590d268792b61e1b3bda353334a0d0a5f9e6d5.tar.xz lasso-45590d268792b61e1b3bda353334a0d0a5f9e6d5.zip | |
Updated "Writing a SP" doc & PHP binding to Lasso API change.
Diffstat (limited to 'python/tests')
| -rw-r--r-- | python/tests/login_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/login_tests.py b/python/tests/login_tests.py index 9f8e877e..b16389dc 100644 --- a/python/tests/login_tests.py +++ b/python/tests/login_tests.py @@ -288,5 +288,5 @@ suite1 = unittest.makeSuite(LoginTestCase, 'test') allTests = unittest.TestSuite((suite1,)) if __name__ == '__main__': - sys.exit(not unittest.TextTestRunner(verbosity=2).run(allTests).wasSuccessful()) + sys.exit(not unittest.TextTestRunner(verbosity = 2).run(allTests).wasSuccessful()) |
