]> git.localhorst.tv Git - blobs.git/blobdiff - tst/app/MasterTest.hpp
test basic interaction
[blobs.git] / tst / app / MasterTest.hpp
index 14df37d583b8732a3a2e6ab4dc1e5b3935b129ff..ecccafe61672d13c96294faf689cfbfdf7e5f3d0 100644 (file)
@@ -14,6 +14,7 @@ class MasterTest
 CPPUNIT_TEST_SUITE(MasterTest);
 
 CPPUNIT_TEST(testOneSecond);
+CPPUNIT_TEST(testBasicInteraction);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -22,6 +23,7 @@ public:
        void tearDown();
 
        void testOneSecond();
+       void testBasicInteraction();
 
 };