diff -r 641f389e9157 -r a71299154b21 contentmgmt/cafstreamingsupport/test/tscaf/source/tpostacquisition.cpp --- a/contentmgmt/cafstreamingsupport/test/tscaf/source/tpostacquisition.cpp Tue Aug 31 17:00:08 2010 +0300 +++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/tpostacquisition.cpp Wed Sep 01 12:40:57 2010 +0100 @@ -57,6 +57,7 @@ TVerdict CScafPostAcquisition::doTestL() { +#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY TBool createOutputFile = EFalse; if(!GetBoolFromConfig(ConfigSection(), KCreateOutputFiles, createOutputFile)) @@ -175,6 +176,7 @@ SetTestStepResult(EFail); } CleanupStack::PopAndDestroy(3, content); +#endif return TestStepResult(); }