summaryrefslogtreecommitdiff
blob: b89aa3c0644e01ade8b63bc2d835471ed13f9cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/test/childskstreamtest.h
+++ b/test/childskstreamtest.h
@@ -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: