summaryrefslogtreecommitdiffstats
path: root/storageframework/src/tests/status/htmlstatustest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storageframework/src/tests/status/htmlstatustest.cpp')
-rw-r--r--storageframework/src/tests/status/htmlstatustest.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/storageframework/src/tests/status/htmlstatustest.cpp b/storageframework/src/tests/status/htmlstatustest.cpp
deleted file mode 100644
index 413968b9109..00000000000
--- a/storageframework/src/tests/status/htmlstatustest.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-#include <vespa/vdstestlib/cppunit/macros.h>
-#include <vespa/storageframework/generic/status/htmlstatusreporter.h>
-
-namespace storage {
-namespace framework {
-
-struct HtmlStatusTest : public CppUnit::TestFixture {
-
- void testHtmlStatus();
-
- CPPUNIT_TEST_SUITE(HtmlStatusTest);
- CPPUNIT_TEST(testHtmlStatus);
- CPPUNIT_TEST_SUITE_END();
-};
-
-CPPUNIT_TEST_SUITE_REGISTRATION(HtmlStatusTest);
-
-void
-HtmlStatusTest::testHtmlStatus()
-{
-}
-
-} // framework
-} // storage