On Tue, 16 Sep 2008 18:29:48 -0400 (EDT) [EMAIL PROTECTED] (Christoph Zwerschke) wrote: > Index: TEST_PyGreSQL_classic.py > =================================================================== > RCS file: /usr/cvs/Public/pygresql/module/TEST_PyGreSQL_classic.py,v > retrieving revision 1.10 > retrieving revision 1.11 > diff -u -r1.10 -r1.11 > --- TEST_PyGreSQL_classic.py 10 Aug 2007 15:55:04 -0000 1.10 > +++ TEST_PyGreSQL_classic.py 16 Sep 2008 22:29:47 -0000 1.11 > @@ -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 = 'unittest' > +dbname = 'pygresql_test'
Why did you change the database name? -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
