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