contentmgmt/cafstreamingsupport/test/tscaf/source/tkeystreamdecoderattributes.cpp
branchRCL_3
changeset 96 a71299154b21
parent 95 641f389e9157
--- a/contentmgmt/cafstreamingsupport/test/tscaf/source/tkeystreamdecoderattributes.cpp	Tue Aug 31 17:00:08 2010 +0300
+++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/tkeystreamdecoderattributes.cpp	Wed Sep 01 12:40:57 2010 +0100
@@ -55,6 +55,7 @@
 
 TVerdict CScafKeyStreamDecoderAttributes::doTestL()
 	{
+#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
 	// Assume faliure, unless all is successful
 	SetTestStepResult(EFail);
 	
@@ -105,6 +106,7 @@
 		}
 	
 	CleanupStack::PopAndDestroy(3, sdpDoc); //< decoder, protectStreamDesc, sdpDoc
+#endif	
 	return TestStepResult();
 	}