summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-06-14 13:23:19 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-06-14 13:23:19 -0400
commitbe41686762fb2e09ebfc7b3018cb7c87151456ed (patch)
tree73fde272a78c6cf0a0ae77361da12a53b59b0551 /test
parente5e3b013d4c0d151091069be825d71954a7cc02b (diff)
downloadmongo-be41686762fb2e09ebfc7b3018cb7c87151456ed.tar.gz
update a comment.
Diffstat (limited to 'test')
-rw-r--r--test/suite/test_cursor_random.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/test_cursor_random.py b/test/suite/test_cursor_random.py
index 0741a61ed9a..7b7cc41092f 100644
--- a/test/suite/test_cursor_random.py
+++ b/test/suite/test_cursor_random.py
@@ -136,8 +136,8 @@ class test_cursor_random_column(wttest.WiredTigerTestCase):
cursor.close()
-# Check next_random works in the presence a set of updates none of which are
-# visible to the cursor.
+# Check next_random works in the presence a set of updates, some or all of
+# which are invisible to the cursor.
class test_cursor_random_invisible(wttest.WiredTigerTestCase):
def test_cursor_random_invisible_all(self):
uri = 'file:random'