summaryrefslogtreecommitdiffstats
path: root/python/tests/tests.py
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-28 07:25:23 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-28 07:25:23 +0000
commite7e4d55ce5e3043b693296d9ce29ecaf8fdc80cb (patch)
treef7041953b5bdbd03a597f8f2aa572bb2c2448843 /python/tests/tests.py
parent8425480fb7bf6906c970a75c13826da480ae46e1 (diff)
downloadlasso-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-xpython/tests/tests.py2
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',
)