change test_db database name to more verbose name

This commit is contained in:
iElectric 2010-04-24 22:04:03 +02:00
parent e4868841d5
commit f2f53b61d4

View File

@ -8,6 +8,6 @@
# The string '__tmp__' is substituted for a temporary file in each connection
# string. This is useful for sqlite tests.
sqlite:///__tmp__
postgres://scott:tiger@localhost/test
mysql://scott:tiger@localhost/test
postgres://scott:tiger@localhost/test_migrate
mysql://scott:tiger@localhost/test_migrate
oracle://scott:tiger@localhost