Commit f7ffe410 authored by Barry Warsaw's avatar Barry Warsaw

new_dest(): An implementation, used in RecoveryStorage.py, which makes

sense for Berkeley storages.
parent 57375f03
......@@ -71,6 +71,10 @@ class FullRecoveryTest(BerkeleyTestBase.FullTestBase,
BerkeleyTestBase.FullTestBase.tearDown(self)
self._zap_dbhome(DST_DBHOME)
def new_dest(self):
self._zap_dbhome(DST_DBHOME)
return self._mk_dbhome(DST_DBHOME)
def test_suite():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment