summaryrefslogtreecommitdiff
blob: 162d29d1fb536eba349f5af0b32c3fbdf29fc2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- test/childskstreamtest.h.old	2011-09-26 16:14:47.733708252 +0200
+++ test/childskstreamtest.h	2011-09-26 16:16:32.021385992 +0200
@@ -109,9 +109,6 @@
     //some macros for building the suite() method
     CPPUNIT_TEST_SUITE(tcpskstreamtest);
     CPPUNIT_TEST(testConstructor_1);
-    CPPUNIT_TEST(testConstructor_2);
-    CPPUNIT_TEST(testOpen);
-    CPPUNIT_TEST(testOpenNonblock);
     CPPUNIT_TEST_SUITE_END();
 
     private: 
@@ -245,7 +242,6 @@
 {
     //some macros for building the suite() method
     CPPUNIT_TEST_SUITE(rawskstreamtest);
-    CPPUNIT_TEST(testConstructor_1);
     CPPUNIT_TEST_SUITE_END();
 
     public: