Update db api test

This commit is contained in:
Kevin Chen
2013-05-28 16:11:46 -05:00
parent 29fe032a1c
commit 4a6c0eaeb0
19 changed files with 5 additions and 2 deletions
Vendored
BIN
View File
Binary file not shown.
+4 -1
View File
@@ -1,4 +1,4 @@
*.py[cod]
.py[cod]
# C extensions
*.so
@@ -33,3 +33,6 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject
# DS_STORE
.DS_Store
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -13,7 +13,7 @@ from taskflow.db.sqlalchemy.session import get_session
from taskflow.openstack.common import exception
db_api.configure()
db_filepath = cfg.CONF.get('sql_connection')
db_api.SQL_CONNECTION = 'sqlite:///test.db'
def setUpModule():
if not path.isfile('test.db'):
Binary file not shown.