--- a/contentmgmt/cafstreamingsupport/test/tscaf/source/tipsec.cpp Tue Aug 31 17:00:08 2010 +0300
+++ b/contentmgmt/cafstreamingsupport/test/tscaf/source/tipsec.cpp Wed Sep 01 12:40:57 2010 +0100
@@ -360,6 +360,7 @@
TVerdict CScafIpSecDecoderIntegration::doTestL()
{
+#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
TBool integrationTest(ETrue);
GetBoolFromConfig(ConfigSection(), _L("IntegrationTest"), integrationTest);
@@ -416,6 +417,7 @@
}
CleanupStack::PopAndDestroy(2, keyStreamSink);
CleanupStack::PopAndDestroy(); // sdpDoc
+#endif
return TestStepResult();
}