contentmgmt/cafstreamingsupport/test/tscaf/source/tpostacquisition.cpp
branchRCL_3
changeset 62 a71299154b21
parent 61 641f389e9157
--- 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();
 	}