diff -r b23410e29e22 -r 8873e6835f7b contentmgmt/cafstreamingsupport/test/tscaf/source/tpostacquisition.cpp --- a/contentmgmt/cafstreamingsupport/test/tscaf/source/tpostacquisition.cpp Fri May 14 17:39:00 2010 +0300 +++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/tpostacquisition.cpp Thu May 27 14:32:46 2010 +0300 @@ -57,7 +57,6 @@ TVerdict CScafPostAcquisition::doTestL() { -#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY TBool createOutputFile = EFalse; if(!GetBoolFromConfig(ConfigSection(), KCreateOutputFiles, createOutputFile)) @@ -176,7 +175,6 @@ SetTestStepResult(EFail); } CleanupStack::PopAndDestroy(3, content); -#endif return TestStepResult(); }