summaryrefslogtreecommitdiff
path: root/test/suite/test_huffman01.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_huffman01.py')
-rw-r--r--test/suite/test_huffman01.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/test_huffman01.py b/test/suite/test_huffman01.py
index d71198e3151..be307550f2e 100644
--- a/test/suite/test_huffman01.py
+++ b/test/suite/test_huffman01.py
@@ -28,7 +28,7 @@
import os
from suite_subprocess import suite_subprocess
-from wtscenario import multiply_scenarios, number_scenarios
+from wtscenario import make_scenarios
import wiredtiger, wttest
# test_huffman01.py
@@ -52,7 +52,7 @@ class test_huffman01(wttest.WiredTigerTestCase, suite_subprocess):
('utf8', dict(huffval=',huffman_value=utf8t8file',vfile='t8file')),
('utf16', dict(huffval=',huffman_value=utf16t16file',vfile='t16file')),
]
- scenarios = number_scenarios(multiply_scenarios('.', huffkey, huffval))
+ scenarios = make_scenarios(huffkey, huffval)
def test_huffman(self):
dir = self.conn.get_home()