disable work-in-progress to make the tree compile

TODO noted as Ticket #819
This commit is contained in:
Fischlurch 2011-08-15 00:12:13 +02:00
parent 1e7da409bb
commit 2625eee07c

View file

@ -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
}
};