summaryrefslogtreecommitdiff
path: root/src/mongo/idl/idl_test.cpp
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2017-07-11 12:46:24 -0400
committerMisha Tyulenev <misha@mongodb.com>2017-07-11 12:47:24 -0400
commit42a1339774964f645a3991c3629aa655ffb05cf2 (patch)
tree219ff15c39190d2aa734ea0cafb4b25d41b4e648 /src/mongo/idl/idl_test.cpp
parent2ed5ff7d34959ebe204697ff615d24a8eabc45bf (diff)
downloadmongo-42a1339774964f645a3991c3629aa655ffb05cf2.tar.gz
SERVER-30038 rename $logicalTime to $clusterTime
Diffstat (limited to 'src/mongo/idl/idl_test.cpp')
-rw-r--r--src/mongo/idl/idl_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/idl/idl_test.cpp b/src/mongo/idl/idl_test.cpp
index a49a352bfbc..04f25bad12f 100644
--- a/src/mongo/idl/idl_test.cpp
+++ b/src/mongo/idl/idl_test.cpp
@@ -1936,7 +1936,7 @@ TEST(IDLDocSequence, TestWellKnownFieldsAreIgnored) {
"$queryOptions",
"$readPreference",
"$replData",
- "$logicalTime",
+ "$clusterTime",
"maxTimeMS",
"readConcern",
"shardVersion",
@@ -1977,7 +1977,7 @@ TEST(IDLDocSequence, TestWellKnownFieldsPassthrough) {
"$queryOptions",
"$readPreference",
"$replData",
- "$logicalTime",
+ "$clusterTime",
"maxTimeMS",
"readConcern",
"shardVersion",