diff -r b23410e29e22 -r 8873e6835f7b contentmgmt/cafstreamingsupport/test/tscaf/source/tmultikeystreamdecoders.cpp --- a/contentmgmt/cafstreamingsupport/test/tscaf/source/tmultikeystreamdecoders.cpp Fri May 14 17:39:00 2010 +0300 +++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/tmultikeystreamdecoders.cpp Thu May 27 14:32:46 2010 +0300 @@ -54,7 +54,6 @@ TVerdict CScafMultiKeyStreamDecoders::doTestL() { -#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY // Assume the test has failed if the test step result hasn't been otherwise set to EPass SetTestStepResult(EFail); @@ -163,7 +162,6 @@ } CleanupStack::PopAndDestroy(5, sdpDoc); //< decoderB, decoderA, protectStreamDescB, protectStreamDescA, sdpDoc -#endif return TestStepResult(); }