[PyGreSQL] [CVS] Change to pygresql: TEST_PyGreSQL_classic.py

Christoph Zwerschke cito at druid.net
Mon Sep 22 10:11:00 EDT 2008


Update of /usr/cvs/Public/pygresql/module
In directory druid.net:/tmp/cvs-serv29605

Modified Files:
	TEST_PyGreSQL_classic.py 
Log Message:
Revert to the old name of the test database.
To see the diffs for this commit:
   http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/module/TEST_PyGreSQL_classic.py.diff?r1=1.11&r2=1.12

Index: TEST_PyGreSQL_classic.py
===================================================================
RCS file: /usr/cvs/Public/pygresql/module/TEST_PyGreSQL_classic.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- TEST_PyGreSQL_classic.py	16 Sep 2008 22:29:47 -0000	1.11
+++ TEST_PyGreSQL_classic.py	22 Sep 2008 14:11:00 -0000	1.12
@@ -5,7 +5,7 @@
 
 # We need a database to test against.  If LOCAL_PyGreSQL.py exists we will
 # get our information from that.  Otherwise we use the defaults.
-dbname = 'pygresql_test'
+dbname = 'unittest'
 dbhost = None
 dbport = 5432
 



More information about the PyGreSQL mailing list