contentmgmt/cafstreamingsupport/test/tscaf/source/tipsec.cpp
changeset 66 8873e6835f7b
parent 56 c11c717470d0
child 96 a71299154b21
equal deleted inserted replaced
62:b23410e29e22 66:8873e6835f7b
   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
       
   364 	TBool integrationTest(ETrue);
   363 	TBool integrationTest(ETrue);
   365 	GetBoolFromConfig(ConfigSection(), _L("IntegrationTest"), integrationTest);
   364 	GetBoolFromConfig(ConfigSection(), _L("IntegrationTest"), integrationTest);
   366 	
   365 	
   367 	CTestKeyStreamDecoderBase *keyStreamDecoder = NULL;
   366 	CTestKeyStreamDecoderBase *keyStreamDecoder = NULL;
   368 	CSdpMediaField *sdp = NULL;
   367 	CSdpMediaField *sdp = NULL;
   415 			ValidateSadbL(KTestSpiBase + i, iServerAddr, iClientAddr, ETrue);
   414 			ValidateSadbL(KTestSpiBase + i, iServerAddr, iClientAddr, ETrue);
   416 		INFO_PRINTF2(_L("Decoder integration test - after receiving and comparing buffer for association %d"), i + 1);	
   415 		INFO_PRINTF2(_L("Decoder integration test - after receiving and comparing buffer for association %d"), i + 1);	
   417 		}
   416 		}
   418 	CleanupStack::PopAndDestroy(2, keyStreamSink);
   417 	CleanupStack::PopAndDestroy(2, keyStreamSink);
   419 	CleanupStack::PopAndDestroy(); // sdpDoc
   418 	CleanupStack::PopAndDestroy(); // sdpDoc
   420 #endif
       
   421 	return TestStepResult();
   419 	return TestStepResult();
   422 	}
   420 	}
   423 
   421 
   424 //-------------------------CScafIpSecSadbVerification---------------------------
   422 //-------------------------CScafIpSecSadbVerification---------------------------
   425 	
   423