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