diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2016-03-03 08:56:19 +1100 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2016-03-03 08:56:19 +1100 |
commit | 444981a456059f0652fd3bb1968d58d2c37b9089 (patch) | |
tree | 36feb8686f630119cda88fb3eb9024f60684eb6d /test/suite/test_join01.py | |
parent | 4531b92b50e009aca31cff8d3de0da5841df1cfb (diff) | |
parent | 659467348f451c8703e709161494be4eef371f23 (diff) | |
download | mongo-444981a456059f0652fd3bb1968d58d2c37b9089.tar.gz |
Merge branch 'develop' into mongodb-3.4mongodb-3.3.3
Diffstat (limited to 'test/suite/test_join01.py')
-rw-r--r-- | test/suite/test_join01.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_join01.py b/test/suite/test_join01.py index 7630706379c..539a3a3ae57 100644 --- a/test/suite/test_join01.py +++ b/test/suite/test_join01.py @@ -341,7 +341,7 @@ class test_join01(wttest.WiredTigerTestCase): '/index cursor is being used in a join/') # Only a small number of operations allowed on a join cursor - msg = "/not supported/" + msg = "/Unsupported cursor/" self.assertRaisesWithMessage(wiredtiger.WiredTigerError, lambda: jc.search(), msg) |