summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-08-01 18:59:49 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-08-01 18:59:49 -0400
commit6fd97bdfa5f2d0d07993c538b0787ad788227ef2 (patch)
tree6ec2bf60813939c58d5dbb09daf2ebefbd483469
parent4e10ccca6767870715a4f2dc4819d803351dfdbf (diff)
downloadmongo-6fd97bdfa5f2d0d07993c538b0787ad788227ef2.tar.gz
SERVER-30023 Remove unused headers from sharding_catalog_create_database_test.cpp
-rw-r--r--src/mongo/s/catalog/sharding_catalog_create_database_test.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/s/catalog/sharding_catalog_create_database_test.cpp b/src/mongo/s/catalog/sharding_catalog_create_database_test.cpp
index 4b0515ef833..3fa85b05781 100644
--- a/src/mongo/s/catalog/sharding_catalog_create_database_test.cpp
+++ b/src/mongo/s/catalog/sharding_catalog_create_database_test.cpp
@@ -50,9 +50,6 @@
#include "mongo/s/chunk_version.h"
#include "mongo/s/client/shard_registry.h"
#include "mongo/s/config_server_test_fixture.h"
-#include "mongo/s/write_ops/batched_command_response.h"
-#include "mongo/s/write_ops/batched_insert_request.h"
-#include "mongo/s/write_ops/batched_update_request.h"
#include "mongo/stdx/future.h"
#include "mongo/util/log.h"
#include "mongo/util/scopeguard.h"
@@ -64,7 +61,7 @@ namespace {
using executor::RemoteCommandRequest;
using std::vector;
-class CreateDatabaseTest : public ConfigServerTestFixture {};
+using CreateDatabaseTest = ConfigServerTestFixture;
TEST_F(CreateDatabaseTest, createDatabaseSuccess) {
const string dbname = "db1";