summaryrefslogtreecommitdiffstats
path: root/keystone
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-03-02 10:50:57 -0600
committerDolph Mathews <dolph.mathews@gmail.com>2012-03-06 11:20:11 -0600
commitb68051cd13cc71ebd15cd478afedf0c5d07ebd4e (patch)
tree94fd2b8dbe2d26f262ec652ae3bd9bb313a8ef8f /keystone
parent6621c79b06fc2848072e59d22d1224ae3a0c593a (diff)
Renamed sqlite files (bug 944951)
Change-Id: Iae7aa34de0bf68da9e422719605753634cc0d113
Diffstat (limited to 'keystone')
-rw-r--r--keystone/common/sql/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/common/sql/util.py b/keystone/common/sql/util.py
index a181c284..5dfe585e 100644
--- a/keystone/common/sql/util.py
+++ b/keystone/common/sql/util.py
@@ -12,7 +12,7 @@ CONF = config.CONF
def setup_test_database():
# TODO(termie): be smart about this
try:
- os.unlink('bla.db')
+ os.unlink('test.db')
except Exception:
pass
migration.db_sync()