summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
authorNick Zolnierz <nicholas.zolnierz@mongodb.com>2017-07-31 18:14:18 -0400
committerNick Zolnierz <nicholas.zolnierz@mongodb.com>2017-08-11 11:43:45 -0400
commit91f42e47345e58c3f277dba6276d70a41cb8daec (patch)
tree9a4ba9b81d4c8dec0a94e15fa4865ca77a5f86c9 /src/mongo/shell/utils.js
parentf2b0ffdc54647aa6dd7cddfb740a63f419d30d55 (diff)
downloadmongo-91f42e47345e58c3f277dba6276d70a41cb8daec.tar.gz
SERVER-29593: Integrate the official JSON Schema test corpus into the unit tests
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r--src/mongo/shell/utils.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index eff1c4aea03..1eedd11fdf5 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -231,7 +231,8 @@ jsTestOptions = function() {
networkMessageCompressors: TestData.networkMessageCompressors,
skipValidationOnInvalidViewDefinitions: TestData.skipValidationOnInvalidViewDefinitions,
skipCollectionAndIndexValidation: TestData.skipCollectionAndIndexValidation,
- skipValidationOnNamespaceNotFound: TestData.skipValidationOnNamespaceNotFound
+ skipValidationOnNamespaceNotFound: TestData.skipValidationOnNamespaceNotFound,
+ jsonSchemaTestFile: TestData.jsonSchemaTestFile,
});
}
return _jsTestOptions;