diff options
author | Keith Bostic <keith@wiredtiger.com> | 2013-12-17 20:18:16 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2013-12-17 20:18:16 -0500 |
commit | 50f5bdeefbfa514dbc4e319de9aebb8dd19a1768 (patch) | |
tree | eb530c77133aea2979e29c8813444b3f77a351a1 | |
parent | e3873c395c0a4a7160cfc863900375f0b0e5117b (diff) | |
download | mongo-50f5bdeefbfa514dbc4e319de9aebb8dd19a1768.tar.gz |
Finish renaming test_util05 -> test_verify.
-rw-r--r-- | test/suite/test_verify.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/suite/test_verify.py b/test/suite/test_verify.py index 23cd8623d1a..424df76c8c7 100644 --- a/test/suite/test_verify.py +++ b/test/suite/test_verify.py @@ -29,10 +29,10 @@ import os, struct from suite_subprocess import suite_subprocess import wiredtiger, wttest -# test_util05.py +# test_verify.py # Utilities: wt verify -class test_util05(wttest.WiredTigerTestCase, suite_subprocess): - tablename = 'test_util05.a' +class test_verify(wttest.WiredTigerTestCase, suite_subprocess): + tablename = 'test_verify.a' nentries = 1000 def populate(self, tablename): |