From 8ce3f5d6997be2d28e88f2ed982454e7b4d6e3fa Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Sun, 16 Dec 2007 10:59:06 +0000 Subject: [PATCH] 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. --- test/testlib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ -- 2.47.3