diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-28 07:25:23 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-28 07:25:23 +0000 |
| commit | e7e4d55ce5e3043b693296d9ce29ecaf8fdc80cb (patch) | |
| tree | f7041953b5bdbd03a597f8f2aa572bb2c2448843 /python/tests/tests.py | |
| parent | 8425480fb7bf6906c970a75c13826da480ae46e1 (diff) | |
| download | lasso-e7e4d55ce5e3043b693296d9ce29ecaf8fdc80cb.tar.gz lasso-e7e4d55ce5e3043b693296d9ce29ecaf8fdc80cb.tar.xz lasso-e7e4d55ce5e3043b693296d9ce29ecaf8fdc80cb.zip | |
Renamed login_tests.py to profiles_tests.py.
Added Server tests (=> discovered bug #265).
Diffstat (limited to 'python/tests/tests.py')
| -rwxr-xr-x | python/tests/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/tests.py b/python/tests/tests.py index a1913e01..de3cf808 100755 --- a/python/tests/tests.py +++ b/python/tests/tests.py @@ -41,7 +41,7 @@ if not '../.libs' in sys.path: testSuites = ( - 'login_tests', + 'profiles_tests', 'errorchecking_tests', ) |
