Home
last modified time | relevance | path

Searched refs:goodWithoutDBName (Results 1 – 1 of 1) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Dmongo_uri_test.cpp885 constexpr auto goodWithoutDBName = "mongodb://admin@localhost"_sd; in TEST() local
893 {"mongodb://admin:password@localhost"_sd, goodWithoutDBName}, in TEST()
894 {"mongodb://admin@localhost", goodWithoutDBName}, in TEST()