summaryrefslogtreecommitdiff
path: root/test/suite/test_checkpoint01.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-08-03 13:05:18 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-08-03 13:05:18 +0000
commit077ca78cc5681db7bc42f34ac0e933fcc75e233e (patch)
tree16158725250a469c2b3d3c48d338edce60b469a8 /test/suite/test_checkpoint01.py
parent6de0cd586b32095952e4d739b0e5eeb5b84712e2 (diff)
downloadmongo-077ca78cc5681db7bc42f34ac0e933fcc75e233e.tar.gz
Typo, test was incorrectly commented out.
Diffstat (limited to 'test/suite/test_checkpoint01.py')
-rw-r--r--test/suite/test_checkpoint01.py2
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):