summaryrefslogtreecommitdiffstats
path: root/kpilot/tests/conduits/vcalconduit/exampletest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/tests/conduits/vcalconduit/exampletest.cc')
-rw-r--r--kpilot/tests/conduits/vcalconduit/exampletest.cc26
1 files changed, 0 insertions, 26 deletions
diff --git a/kpilot/tests/conduits/vcalconduit/exampletest.cc b/kpilot/tests/conduits/vcalconduit/exampletest.cc
deleted file mode 100644
index b16a6c3e..00000000
--- a/kpilot/tests/conduits/vcalconduit/exampletest.cc
+++ /dev/null
@@ -1,26 +0,0 @@
-#include "options.h"
-#include "config.h"
-
-#include "exampletest.h"
-
-CPPUNIT_TEST_SUITE_REGISTRATION( VCalConduitTest );
-
-
-void VCalConduitTest::setUp()
-{
- device = TQString("testdevice");
- link = new KPilotLocalLink(0, "localLink");
- syncMode = SyncAction::SyncMode::eHotSync;
-}
-
-
-void VCalConduitTest::tearDown()
-{
- delete link;
-}
-
-
-void VCalConduitTest::testConstructor()
-{
- CPPUNIT_ASSERT( true == true );
-}