diff options
Diffstat (limited to 'test/suite/test_util09.py')
-rw-r--r-- | test/suite/test_util09.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/suite/test_util09.py b/test/suite/test_util09.py index cdcc7fd38df..11fb548f4b2 100644 --- a/test/suite/test_util09.py +++ b/test/suite/test_util09.py @@ -24,15 +24,13 @@ # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. -# -# test_util09.py -# Utilities: wt loadtext -# import os, struct from suite_subprocess import suite_subprocess import wiredtiger, wttest +# test_util09.py +# Utilities: wt loadtext class test_util09(wttest.WiredTigerTestCase, suite_subprocess): tablename = 'test_util09.a' nentries = 1000 |