summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/skstream/files/skstream-0.3.8-test.patch')
-rw-r--r--media-libs/skstream/files/skstream-0.3.8-test.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-libs/skstream/files/skstream-0.3.8-test.patch b/media-libs/skstream/files/skstream-0.3.8-test.patch
new file mode 100644
index 000000000000..162d29d1fb53
--- /dev/null
+++ b/media-libs/skstream/files/skstream-0.3.8-test.patch
@@ -0,0 +1,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: