diff -r 956a80986d49 -r 1efb81185f1c contentmgmt/cafstreamingsupport/test/tscaf/source/tpostacquisition.cpp --- a/contentmgmt/cafstreamingsupport/test/tscaf/source/tpostacquisition.cpp Thu Jul 01 18:10:29 2010 +0530 +++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/tpostacquisition.cpp Thu Jul 22 18:30:16 2010 +0530 @@ -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(); }