summaryrefslogtreecommitdiffstats
path: root/storageserver
diff options
context:
space:
mode:
Diffstat (limited to 'storageserver')
-rw-r--r--storageserver/src/tests/storageservertest.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/storageserver/src/tests/storageservertest.cpp b/storageserver/src/tests/storageservertest.cpp
index dbcfab78a4a..f6ed1a7d270 100644
--- a/storageserver/src/tests/storageservertest.cpp
+++ b/storageserver/src/tests/storageservertest.cpp
@@ -100,7 +100,6 @@ struct StorageServerTest : public CppUnit::TestFixture {
void testShutdownStorageDuringDiskLoad();
void testShutdownDistributorDuringDiskLoad();
void testShutdownAfterDiskFailure_Stress();
- void testSplitJoinSplitThroughDistributor_Stress();
void testPriorityAndQueueSneakingWhileSplitJoinStressTest();
void testStatusPages();
@@ -118,8 +117,8 @@ struct StorageServerTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE_END();
};
-StorageServerTest::StorageServerTest() {}
-StorageServerTest::~StorageServerTest() {}
+StorageServerTest::StorageServerTest() = default;
+StorageServerTest::~StorageServerTest() = default;
CPPUNIT_TEST_SUITE_REGISTRATION(StorageServerTest);