gentoo-full-overlay/media-libs/skstream/files/skstream-0.3.8-test.patch

21 lines
637 B
Diff
Raw Normal View History

--- 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: