From: Lele Gaifax Date: Sun, 16 Dec 2007 10:59:06 +0000 (+0000) Subject: Fix bad example of Firebird test DB X-Git-Tag: rel_0_4_2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ce3f5d6997be2d28e88f2ed982454e7b4d6e3fa;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix bad example of Firebird test DB Use an absolute path rather than a relative one, and the out-of-the-box sysdba password. This is just to avoid confusing new testers, that should add a db.firebird entry in their ~/satest.cfg anyway. --- diff --git a/test/testlib/config.py b/test/testlib/config.py index 36db872eb4..9644c96dce 100644 --- a/test/testlib/config.py +++ b/test/testlib/config.py @@ -20,7 +20,7 @@ mysql=mysql://scott:tiger@127.0.0.1:3306/test oracle=oracle://scott:tiger@127.0.0.1:1521 oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0 mssql=mssql://scott:tiger@SQUAWK\\SQLEXPRESS/test -firebird=firebird://sysdba:s@localhost/tmp/test.fdb +firebird=firebird://sysdba:masterkey@localhost//tmp/test.fdb maxdb=maxdb://MONA:RED@/maxdb1 """