summaryrefslogtreecommitdiff
path: root/test/suite
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2016-03-03 15:45:55 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2016-03-03 15:45:55 +1100
commitbbb1352e1667176348b3c5c820e63611f0c4c3f6 (patch)
tree13d3209b94e95ff4b008f911ee475c7679c213b5 /test/suite
parent6990bcc1917ce5f241a2553ae9a362dc7e14ba2e (diff)
downloadmongo-bbb1352e1667176348b3c5c820e63611f0c4c3f6.tar.gz
Fixup test case error message to match new error message.
Diffstat (limited to 'test/suite')
-rw-r--r--test/suite/test_join06.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_join06.py b/test/suite/test_join06.py
index 1910b98d9bf..9af6f93792f 100644
--- a/test/suite/test_join06.py
+++ b/test/suite/test_join06.py
@@ -99,7 +99,7 @@ class test_join06(wttest.WiredTigerTestCase):
if self.uncommitted and self.bloom:
# Make sure that read-uncommitted with Bloom is not allowed.
# This is detected on the first next() operation.
- msg = '/cannot be used with WT_ISO_READ_UNCOMMITTED/'
+ msg = '/cannot be used with read-uncommitted/'
self.assertRaisesWithMessage(wiredtiger.WiredTigerError,
lambda: jc.next(), msg)
return