fix test util per r10169 removal of TRANSACTIONS

svn: r10202
This commit is contained in:
James G Sack 2008-03-07 07:04:26 +00:00
parent 455ecc4007
commit fb2059c13f

View File

@ -118,7 +118,7 @@ def create_empty_db(dbpath):
"""create an empty db for the test caller""" """create an empty db for the test caller"""
state = DbState.DbState() state = DbState.DbState()
dbclass = gen.db.dbdir.GrampsDBDir dbclass = gen.db.dbdir.GrampsDBDir
state.change_database(dbclass(Config.get(Config.TRANSACTIONS))) state.change_database(dbclass())
# create empty db (files) via load() # create empty db (files) via load()
cback = None cback = None
mode = "rw" mode = "rw"