[Greater-commits] r323 - trunk/GREAT-ER-DB/impl/postgresql/test

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 30 12:39:26 CEST 2011


Author: bricks
Date: 2011-06-30 12:39:26 +0200 (Thu, 30 Jun 2011)
New Revision: 323

Modified:
   trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py
Log:
Create user GREATER200 with empty password


Modified: trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py	2011-06-30 10:05:44 UTC (rev 322)
+++ trunk/GREAT-ER-DB/impl/postgresql/test/postgressupport.py	2011-06-30 10:39:26 UTC (rev 323)
@@ -170,6 +170,7 @@
         self.create_role("anon_group")
         self.create_user(self.user_name, "123")
         self.create_user(self.another_user_name, self.another_user_password)
+        self.create_user("GREATER200", "")
 
     def wait_for_postmaster(self):
         """Return when the database server is running



More information about the Greater-commits mailing list