diff pylons_app/lib/db_manage.py @ 533:53aa1ee1af86

updated tests for new version 6char password etc...
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Oct 2010 02:04:32 +0200
parents fefffd6fd5f4
children
line wrap: on
line diff
--- a/pylons_app/lib/db_manage.py	Fri Oct 01 01:16:27 2010 +0200
+++ b/pylons_app/lib/db_manage.py	Fri Oct 01 02:04:32 2010 +0200
@@ -88,9 +88,9 @@
             self.create_user(username, password, email, True)
         else:
             log.info('creating admin and regular test users')
-            self.create_user('test_admin', 'test', 'test_admin@mail.com', True)
-            self.create_user('test_regular', 'test', 'test_regular@mail.com', False)
-            self.create_user('test_regular2', 'test', 'test_regular2@mail.com', False)
+            self.create_user('test_admin', 'test12', 'test_admin@mail.com', True)
+            self.create_user('test_regular', 'test12', 'test_regular@mail.com', False)
+            self.create_user('test_regular2', 'test12', 'test_regular2@mail.com', False)