diff -r 641f389e9157 -r a71299154b21 contentmgmt/cafstreamingsupport/test/tscaf/source/tmultikeystreamdecoders.cpp --- a/contentmgmt/cafstreamingsupport/test/tscaf/source/tmultikeystreamdecoders.cpp Tue Aug 31 17:00:08 2010 +0300 +++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/tmultikeystreamdecoders.cpp Wed Sep 01 12:40:57 2010 +0100 @@ -54,6 +54,7 @@ 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); @@ -162,6 +163,7 @@ } CleanupStack::PopAndDestroy(5, sdpDoc); //< decoderB, decoderA, protectStreamDescB, protectStreamDescA, sdpDoc +#endif return TestStepResult(); }