contentmgmt/cafstreamingsupport/test/tscaf/source/tkeystreamdecoderconstruct.cpp
branchRCL_3
changeset 62 a71299154b21
parent 61 641f389e9157
equal deleted inserted replaced
61:641f389e9157 62:a71299154b21
    38 	{
    38 	{
    39 	}
    39 	}
    40 
    40 
    41 TVerdict CScafKeyStreamDecoderConstruct::doTestL()
    41 TVerdict CScafKeyStreamDecoderConstruct::doTestL()
    42 	{
    42 	{
       
    43 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
    43 	// Assume the test has failed if the test step result hasn't been otherwise set to EPass
    44 	// Assume the test has failed if the test step result hasn't been otherwise set to EPass
    44 	SetTestStepResult(EFail);
    45 	SetTestStepResult(EFail);
    45 	
    46 	
    46 	//Create an SDP document object and set the created key stream field object
    47 	//Create an SDP document object and set the created key stream field object
    47 	CSdpDocument* sdpDoc = CreateSdpDocumentLC();
    48 	CSdpDocument* sdpDoc = CreateSdpDocumentLC();
    84 		User::Leave(err);
    85 		User::Leave(err);
    85 		}
    86 		}
    86 	
    87 	
    87 	// Delete the protected stream descriptor
    88 	// Delete the protected stream descriptor
    88 	CleanupStack::PopAndDestroy(2, sdpDoc);	//< protectStreamDesc, sdpDoc
    89 	CleanupStack::PopAndDestroy(2, sdpDoc);	//< protectStreamDesc, sdpDoc
       
    90 #endif	
    89 	return TestStepResult();
    91 	return TestStepResult();
    90 	}
    92 	}