summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_nsnap02.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_nsnap02.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_nsnap02.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_nsnap02.py b/src/third_party/wiredtiger/test/suite/test_nsnap02.py
index 510c9d421ef..ed1c96ebe50 100644
--- a/src/third_party/wiredtiger/test/suite/test_nsnap02.py
+++ b/src/third_party/wiredtiger/test/suite/test_nsnap02.py
@@ -30,7 +30,7 @@
# Named snapshots: Combinations of dropping snapshots
from suite_subprocess import suite_subprocess
-from helper import simple_populate
+from wtdataset import SimpleDataSet
import wiredtiger, wttest
class test_nsnap02(wttest.WiredTigerTestCase, suite_subprocess):
@@ -63,7 +63,7 @@ class test_nsnap02(wttest.WiredTigerTestCase, suite_subprocess):
def create_snapshots(self):
# Populate a table
end = start = 0
- simple_populate(self, self.uri, 'key_format=i', 0)
+ SimpleDataSet(self, self.uri, 0, key_format='i').populate()
# Create a set of snapshots
# Each snapshot has a bunch of new data