disable work-in-progress to make the tree compile
TODO noted as Ticket #819
This commit is contained in:
parent
1e7da409bb
commit
2625eee07c
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ namespace test {
|
||||||
void
|
void
|
||||||
verifyStandardCase()
|
verifyStandardCase()
|
||||||
{
|
{
|
||||||
|
#if false /////////////////////////////////////////////////////////////////////////////////////////////////////////////UNIMPLEMENTED :: TICKET #819
|
||||||
// Create Test fixture.
|
// Create Test fixture.
|
||||||
// In real usage, the OutputSlot will be preconfigured
|
// In real usage, the OutputSlot will be preconfigured
|
||||||
// (Media format, number of channels, physical connections)
|
// (Media format, number of channels, physical connections)
|
||||||
|
|
@ -135,6 +136,7 @@ namespace test {
|
||||||
CHECK (*stream1++ == testData[1,0]);
|
CHECK (*stream1++ == testData[1,0]);
|
||||||
CHECK (*stream1++ == testData[1,1]);
|
CHECK (*stream1++ == testData[1,1]);
|
||||||
CHECK (!stream1);
|
CHECK (!stream1);
|
||||||
|
#endif /////////////////////////////////////////////////////////////////////////////////////////////////////////////UNIMPLEMENTED :: TICKET #819
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue