From 2625eee07cd1b7d25cc46bbd3be924d16d758c5a Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Mon, 15 Aug 2011 00:12:13 +0200 Subject: [PATCH] disable work-in-progress to make the tree compile TODO noted as Ticket #819 --- tests/components/proc/play/output-slot-protocol-test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/components/proc/play/output-slot-protocol-test.cpp b/tests/components/proc/play/output-slot-protocol-test.cpp index c83d6bff3..124d49372 100644 --- a/tests/components/proc/play/output-slot-protocol-test.cpp +++ b/tests/components/proc/play/output-slot-protocol-test.cpp @@ -68,6 +68,7 @@ namespace test { void verifyStandardCase() { +#if false /////////////////////////////////////////////////////////////////////////////////////////////////////////////UNIMPLEMENTED :: TICKET #819 // Create Test fixture. // In real usage, the OutputSlot will be preconfigured // (Media format, number of channels, physical connections) @@ -135,6 +136,7 @@ namespace test { CHECK (*stream1++ == testData[1,0]); CHECK (*stream1++ == testData[1,1]); CHECK (!stream1); +#endif /////////////////////////////////////////////////////////////////////////////////////////////////////////////UNIMPLEMENTED :: TICKET #819 } };