contentmgmt/cafstreamingsupport/test/tscaf/source/tkeystreamdecoderattributes.cpp
branchRCL_3
changeset 62 a71299154b21
parent 61 641f389e9157
equal deleted inserted replaced
61:641f389e9157 62:a71299154b21
    53 	return TestStepResult();
    53 	return TestStepResult();
    54 	}
    54 	}
    55 
    55 
    56 TVerdict CScafKeyStreamDecoderAttributes::doTestL()
    56 TVerdict CScafKeyStreamDecoderAttributes::doTestL()
    57 	{
    57 	{
       
    58 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
    58 	// Assume faliure, unless all is successful
    59 	// Assume faliure, unless all is successful
    59 	SetTestStepResult(EFail);
    60 	SetTestStepResult(EFail);
    60 	
    61 	
    61 	// Retrieve the expected values from the array constructed using ini configuration data
    62 	// Retrieve the expected values from the array constructed using ini configuration data
    62 	TExpectedKeyStreamDecoderAttributes expectedAttributes = iExpectedKeyStreamDecoderData[0];
    63 	TExpectedKeyStreamDecoderAttributes expectedAttributes = iExpectedKeyStreamDecoderData[0];
   103 		INFO_PRINTF2(_L("*** Thread %d: SUCCESS - Key Stream Decoder Attributes Match Expected Values ***"),iThreadId);
   104 		INFO_PRINTF2(_L("*** Thread %d: SUCCESS - Key Stream Decoder Attributes Match Expected Values ***"),iThreadId);
   104 		SetTestStepResult(EPass);
   105 		SetTestStepResult(EPass);
   105 		}
   106 		}
   106 	
   107 	
   107 	CleanupStack::PopAndDestroy(3, sdpDoc); //< decoder, protectStreamDesc, sdpDoc
   108 	CleanupStack::PopAndDestroy(3, sdpDoc); //< decoder, protectStreamDesc, sdpDoc
       
   109 #endif	
   108 	return TestStepResult();
   110 	return TestStepResult();
   109 	}
   111 	}
   110 
   112 
   111 TVerdict CScafKeyStreamDecoderAttributes::doTestStepPostambleL()
   113 TVerdict CScafKeyStreamDecoderAttributes::doTestStepPostambleL()
   112 	{
   114 	{