summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/wildcard_multikey_persistence_test.cpp
diff options
context:
space:
mode:
authorSteve Tarzia <steve.tarzia@mongodb.com>2022-07-05 17:04:54 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-06 12:19:03 +0000
commit19bd7993d149b68918f0d589551c1bf6781c5b63 (patch)
treee786338014aabd4f29add63aa6b913eb6bad2987 /src/mongo/dbtests/wildcard_multikey_persistence_test.cpp
parent574d60b493f71e6433a784dc3a2a8fd3fed171a1 (diff)
downloadmongo-19bd7993d149b68918f0d589551c1bf6781c5b63.tar.gz
SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comparator
Diffstat (limited to 'src/mongo/dbtests/wildcard_multikey_persistence_test.cpp')
-rw-r--r--src/mongo/dbtests/wildcard_multikey_persistence_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/wildcard_multikey_persistence_test.cpp b/src/mongo/dbtests/wildcard_multikey_persistence_test.cpp
index a605123ec1b..92ac4c82c0b 100644
--- a/src/mongo/dbtests/wildcard_multikey_persistence_test.cpp
+++ b/src/mongo/dbtests/wildcard_multikey_persistence_test.cpp
@@ -139,7 +139,7 @@ protected:
* Verifes that the index access method associated with 'indexName' in the collection identified
* by 'nss' reports 'expectedPaths' as the set of multikey paths.
*/
- void assertMultikeyPathSetEquals(const std::set<std::string>& expectedPaths,
+ void assertMultikeyPathSetEquals(const OrderedPathSet& expectedPaths,
const NamespaceString& nss = kDefaultNSS,
const std::string& indexName = kDefaultIndexName) {
// Convert the set of std::string to a set of FieldRef.