diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-08-03 13:05:18 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-08-03 13:05:18 +0000 |
commit | 077ca78cc5681db7bc42f34ac0e933fcc75e233e (patch) | |
tree | 16158725250a469c2b3d3c48d338edce60b469a8 /test/suite/test_checkpoint01.py | |
parent | 6de0cd586b32095952e4d739b0e5eeb5b84712e2 (diff) | |
download | mongo-077ca78cc5681db7bc42f34ac0e933fcc75e233e.tar.gz |
Typo, test was incorrectly commented out.
Diffstat (limited to 'test/suite/test_checkpoint01.py')
-rw-r--r-- | test/suite/test_checkpoint01.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_checkpoint01.py b/test/suite/test_checkpoint01.py index 362ebe1958c..f9f80edda38 100644 --- a/test/suite/test_checkpoint01.py +++ b/test/suite/test_checkpoint01.py @@ -278,7 +278,7 @@ class test_checkpoint_cursor_update(wttest.WiredTigerTestCase): class test_checkpoint_last(wttest.WiredTigerTestCase): scenarios = [ ('file', dict(uri='file:checkpoint',fmt='S')), - #('table', dict(uri='table:checkpoint',fmt='S')) + ('table', dict(uri='table:checkpoint',fmt='S')) ] def test_checkpoint_last(self): |