summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_txn04.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_txn04.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_txn04.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_txn04.py b/src/third_party/wiredtiger/test/suite/test_txn04.py
index 5c45ba509e4..10c0f4ab3c5 100644
--- a/src/third_party/wiredtiger/test/suite/test_txn04.py
+++ b/src/third_party/wiredtiger/test/suite/test_txn04.py
@@ -33,7 +33,7 @@
import shutil, os
from suite_subprocess import suite_subprocess
from wtscenario import make_scenarios
-import wttest
+import unittest, wttest
class test_txn04(wttest.WiredTigerTestCase, suite_subprocess):
logmax = "100K"
@@ -183,7 +183,6 @@ class test_txn04(wttest.WiredTigerTestCase, suite_subprocess):
# Backup the target we modified and verify the data.
# print 'Call hot_backup with ' + self.uri
self.hot_backup(self.uri, committed)
-
def test_ops(self):
self.backup_dir = os.path.join(self.home, "WT_BACKUP")
self.session2 = self.conn.open_session()