summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_mongod_test_fixture.h
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2016-10-20 10:32:12 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2016-10-20 10:34:56 -0400
commitb649a9ac7caf8fdd43f8eb6bf783de6847b818d4 (patch)
treeb21ed84ce12bf01fe7f972c6c095f831584baa9e /src/mongo/s/sharding_mongod_test_fixture.h
parent0c41f08b3d906e98f3272e427a3e366a9b9754e2 (diff)
downloadmongo-b649a9ac7caf8fdd43f8eb6bf783de6847b818d4.tar.gz
SERVER-25934 rename MongodTestFixture to ShardingMongodTestFixture
Diffstat (limited to 'src/mongo/s/sharding_mongod_test_fixture.h')
-rw-r--r--src/mongo/s/sharding_mongod_test_fixture.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/s/sharding_mongod_test_fixture.h b/src/mongo/s/sharding_mongod_test_fixture.h
index 00b19470e75..e3ffa13d582 100644
--- a/src/mongo/s/sharding_mongod_test_fixture.h
+++ b/src/mongo/s/sharding_mongod_test_fixture.h
@@ -71,10 +71,10 @@ class ReplSettings;
* components (including a NetworkInterface/TaskExecutor subsystem backed by the NetworkTestEnv),
* but allows subclasses to replace any component with its real implementation, a mock, or nullptr.
*/
-class MongodTestFixture : public ServiceContextMongoDTest {
+class ShardingMongodTestFixture : public ServiceContextMongoDTest {
public:
- MongodTestFixture();
- ~MongodTestFixture();
+ ShardingMongodTestFixture();
+ ~ShardingMongodTestFixture();
static const Seconds kFutureTimeout;