]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix bad example of Firebird test DB
authorLele Gaifax <lele@metapensiero.it>
Sun, 16 Dec 2007 10:59:06 +0000 (10:59 +0000)
committerLele Gaifax <lele@metapensiero.it>
Sun, 16 Dec 2007 10:59:06 +0000 (10:59 +0000)
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

index 36db872eb43e042eaf2564c8dd90ee5358a0c4c0..9644c96dce922fe64e6e38aa8d5446a8b5cb3c05 100644 (file)
@@ -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
 """