From e7e4d55ce5e3043b693296d9ce29ecaf8fdc80cb Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Sat, 28 Aug 2004 07:25:23 +0000 Subject: Renamed login_tests.py to profiles_tests.py. Added Server tests (=> discovered bug #265). --- python/tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests/tests.py') 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', ) -- cgit