summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_collation_test.cpp
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2016-04-18 10:33:22 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2016-04-18 10:33:22 -0400
commitd17e4a60f6970defb7d4993e1a85bf74fa30d553 (patch)
tree79fa7a6ba6d7d6f984955b0725fc413a5498e3e9 /src/mongo/db/query/query_planner_collation_test.cpp
parentada93b91fee623a25dbf050b744269e4ccee8cba (diff)
downloadmongo-d17e4a60f6970defb7d4993e1a85bf74fa30d553.tar.gz
SERVER-23628 Verify field names of index bounds in QueryPlannerTest.
Diffstat (limited to 'src/mongo/db/query/query_planner_collation_test.cpp')
-rw-r--r--src/mongo/db/query/query_planner_collation_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/query_planner_collation_test.cpp b/src/mongo/db/query/query_planner_collation_test.cpp
index 96df025483f..d2ba23b8488 100644
--- a/src/mongo/db/query/query_planner_collation_test.cpp
+++ b/src/mongo/db/query/query_planner_collation_test.cpp
@@ -207,7 +207,7 @@ TEST_F(QueryPlannerTest, OrQueryCanBeIndexedWhenBothBranchesHaveIndexWithMatchin
assertSolutionExists(
"{or: {nodes: ["
"{fetch: {node: {ixscan: {pattern: {a: 1}, bounds: {a: [['oof','oof',true,true]]}}}}},"
- "{fetch: {node: {ixscan: {pattern: {b: 1}, bounds: {a: [['rab','rab',true,true]]}}}}}]}}");
+ "{fetch: {node: {ixscan: {pattern: {b: 1}, bounds: {b: [['rab','rab',true,true]]}}}}}]}}");
}
TEST_F(QueryPlannerTest, ElemMatchObjectResultsInCorrectComparisonKeyBounds) {