aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/testcase.h
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/testcase.h')
-rw-r--r--document/src/tests/testcase.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/document/src/tests/testcase.h b/document/src/tests/testcase.h
deleted file mode 100644
index 3e52b2c82b8..00000000000
--- a/document/src/tests/testcase.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-/* $Id$*/
-
-#pragma once
-
-#include <cppunit/extensions/HelperMacros.h>
-
-class Document_Test : public CppUnit::TestFixture {
- CPPUNIT_TEST_SUITE( Document_Test);
- CPPUNIT_TEST(testShit);
- CPPUNIT_TEST_SUITE_END();
-
-protected:
- void testShit();
-};
-
-