summaryrefslogtreecommitdiff
path: root/test/suite/test_jsondump02.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_jsondump02.py')
-rw-r--r--test/suite/test_jsondump02.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/test_jsondump02.py b/test/suite/test_jsondump02.py
index 790f651fd2f..c6cd464e453 100644
--- a/test/suite/test_jsondump02.py
+++ b/test/suite/test_jsondump02.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Public Domain 2014-2015 MongoDB, Inc.
+# Public Domain 2014-2016 MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#
# This is free and unencumbered software released into the public domain.
@@ -209,7 +209,7 @@ class test_jsondump02(wttest.WiredTigerTestCase):
self.check_json(self.table_uri3, (
('"key0" : 1', '"value0" : "\\u0001\\u0002\\u0003"'),
('"key0" : 2',
- '"value0" : "\\u0077\\u0088\\u0099\\u0000\\u00FF\\u00FE"')))
+ '"value0" : "\\u0077\\u0088\\u0099\\u0000\\u00ff\\u00fe"')))
self.check_json(self.table_uri4, (
('"ikey" : 1,\n"Skey" : "key1"',
'"S1" : "val1",\n"i2" : 1,\n"S3" : "val1",\n"i4" : 1'),