summaryrefslogtreecommitdiff
path: root/test/suite/test_readonly03.py
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2016-03-03 08:56:19 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2016-03-03 08:56:19 +1100
commit444981a456059f0652fd3bb1968d58d2c37b9089 (patch)
tree36feb8686f630119cda88fb3eb9024f60684eb6d /test/suite/test_readonly03.py
parent4531b92b50e009aca31cff8d3de0da5841df1cfb (diff)
parent659467348f451c8703e709161494be4eef371f23 (diff)
downloadmongo-444981a456059f0652fd3bb1968d58d2c37b9089.tar.gz
Merge branch 'develop' into mongodb-3.4mongodb-3.3.3
Diffstat (limited to 'test/suite/test_readonly03.py')
-rw-r--r--test/suite/test_readonly03.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_readonly03.py b/test/suite/test_readonly03.py
index 981a21d51ac..d9930e8f553 100644
--- a/test/suite/test_readonly03.py
+++ b/test/suite/test_readonly03.py
@@ -68,7 +68,7 @@ class test_readonly03(wttest.WiredTigerTestCase, suite_subprocess):
# Now close and reopen. Note that the connection function
# above will reopen it readonly.
self.reopen_conn()
- msg = '/not supported/'
+ msg = '/Unsupported/'
c = self.session.open_cursor(self.uri, None, None)
for op in self.cursor_ops:
c.set_key(1)