summaryrefslogtreecommitdiff
path: root/tests/corelib/numerics/DateTimeTest.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-04-30 06:26:38 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:33 -0400
commitc8899addfd2deed3d84be2de234681db64987722 (patch)
tree07f9a5eb603ff4ec83fe18c83083575d2b7a439a /tests/corelib/numerics/DateTimeTest.h
parentaa9cc125796711afcaa459898e95527fdae8e912 (diff)
downloadfork-ledger-c8899addfd2deed3d84be2de234681db64987722.tar.gz
fork-ledger-c8899addfd2deed3d84be2de234681db64987722.tar.bz2
fork-ledger-c8899addfd2deed3d84be2de234681db64987722.zip
Rearranged the sources a bit.
Diffstat (limited to 'tests/corelib/numerics/DateTimeTest.h')
-rw-r--r--tests/corelib/numerics/DateTimeTest.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/corelib/numerics/DateTimeTest.h b/tests/corelib/numerics/DateTimeTest.h
deleted file mode 100644
index abc914cd..00000000
--- a/tests/corelib/numerics/DateTimeTest.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef _DATETIMETEST_H
-#define _DATETIMETEST_H
-
-#include "UnitTests.h"
-
-class DateTimeTestCase : public CPPUNIT_NS::TestCase
-{
- CPPUNIT_TEST_SUITE(DateTimeTestCase);
-
- CPPUNIT_TEST(testConstructors);
-
- CPPUNIT_TEST_SUITE_END();
-
-public:
- DateTimeTestCase() {}
- virtual ~DateTimeTestCase() {}
-
- virtual void setUp();
- virtual void tearDown();
-
- void testConstructors();
-
-private:
- DateTimeTestCase(const DateTimeTestCase &copy);
- void operator=(const DateTimeTestCase &copy);
-};
-
-#endif /* _DATETIMETEST_H */