diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-10 17:56:53 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-10 18:13:11 (GMT) |
commit | a17bb9f842aca9ad9b414237ad576aa7a887349e (patch) | |
tree | 08ed44da292d4ff82def9f0b135a17e20536b7b8 /Swiften/QA/UnitTest/template | |
parent | e2f5588d089e4d2148762ea092e032976254a467 (diff) | |
download | swift-contrib-a17bb9f842aca9ad9b414237ad576aa7a887349e.zip swift-contrib-a17bb9f842aca9ad9b414237ad576aa7a887349e.tar.bz2 |
Moved Swiften/QA/UnitTest to QA/UnitTest.
Diffstat (limited to 'Swiften/QA/UnitTest/template')
-rw-r--r-- | Swiften/QA/UnitTest/template/FooTest.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Swiften/QA/UnitTest/template/FooTest.cpp b/Swiften/QA/UnitTest/template/FooTest.cpp deleted file mode 100644 index b6b9abf..0000000 --- a/Swiften/QA/UnitTest/template/FooTest.cpp +++ /dev/null @@ -1,24 +0,0 @@ -#include <cppunit/extensions/HelperMacros.h> -#include <cppunit/extensions/TestFactoryRegistry.h> - -using namespace Swift; - -class FooTest : public CppUnit::TestFixture { - CPPUNIT_TEST_SUITE(FooTest); - CPPUNIT_TEST(testBar); - CPPUNIT_TEST_SUITE_END(); - - public: - FooTest() {} - - void setUp() { - } - - void tearDown() { - } - - void testBar() { - } -}; - -CPPUNIT_TEST_SUITE_REGISTRATION(FooTest); |