contentmgmt/cafstreamingsupport/test/tscaf/source/tipsec.cpp
branchRCL_3
changeset 96 a71299154b21
parent 95 641f389e9157
equal deleted inserted replaced
95:641f389e9157 96:a71299154b21
   358 	SetTestStepName(KScafIpSecDecoderIntegration);
   358 	SetTestStepName(KScafIpSecDecoderIntegration);
   359 	}
   359 	}
   360 
   360 
   361 TVerdict CScafIpSecDecoderIntegration::doTestL()
   361 TVerdict CScafIpSecDecoderIntegration::doTestL()
   362 	{	
   362 	{	
       
   363 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
   363 	TBool integrationTest(ETrue);
   364 	TBool integrationTest(ETrue);
   364 	GetBoolFromConfig(ConfigSection(), _L("IntegrationTest"), integrationTest);
   365 	GetBoolFromConfig(ConfigSection(), _L("IntegrationTest"), integrationTest);
   365 	
   366 	
   366 	CTestKeyStreamDecoderBase *keyStreamDecoder = NULL;
   367 	CTestKeyStreamDecoderBase *keyStreamDecoder = NULL;
   367 	CSdpMediaField *sdp = NULL;
   368 	CSdpMediaField *sdp = NULL;
   414 			ValidateSadbL(KTestSpiBase + i, iServerAddr, iClientAddr, ETrue);
   415 			ValidateSadbL(KTestSpiBase + i, iServerAddr, iClientAddr, ETrue);
   415 		INFO_PRINTF2(_L("Decoder integration test - after receiving and comparing buffer for association %d"), i + 1);	
   416 		INFO_PRINTF2(_L("Decoder integration test - after receiving and comparing buffer for association %d"), i + 1);	
   416 		}
   417 		}
   417 	CleanupStack::PopAndDestroy(2, keyStreamSink);
   418 	CleanupStack::PopAndDestroy(2, keyStreamSink);
   418 	CleanupStack::PopAndDestroy(); // sdpDoc
   419 	CleanupStack::PopAndDestroy(); // sdpDoc
       
   420 #endif
   419 	return TestStepResult();
   421 	return TestStepResult();
   420 	}
   422 	}
   421 
   423 
   422 //-------------------------CScafIpSecSadbVerification---------------------------
   424 //-------------------------CScafIpSecSadbVerification---------------------------
   423 	
   425