summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_txn07.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_txn07.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_txn07.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_txn07.py b/src/third_party/wiredtiger/test/suite/test_txn07.py
index f74120e3590..8dd8238343d 100644
--- a/src/third_party/wiredtiger/test/suite/test_txn07.py
+++ b/src/third_party/wiredtiger/test/suite/test_txn07.py
@@ -33,7 +33,7 @@
import fnmatch, os, shutil, run, time
from suite_subprocess import suite_subprocess
from wiredtiger import stat
-from wtscenario import multiply_scenarios, number_scenarios
+from wtscenario import make_scenarios
import wttest
class test_txn07(wttest.WiredTigerTestCase, suite_subprocess):
@@ -70,8 +70,7 @@ class test_txn07(wttest.WiredTigerTestCase, suite_subprocess):
('none', dict(compress='')),
]
- scenarios = number_scenarios(multiply_scenarios('.', types, op1s, txn1s,
- compress))
+ scenarios = make_scenarios(types, op1s, txn1s, compress)
# Overrides WiredTigerTestCase
def setUpConnectionOpen(self, dir):
self.home = dir