contentmgmt/cafstreamingsupport/test/tscaf/source/tmultikeystreamdecoders.cpp
changeset 66 8873e6835f7b
parent 56 c11c717470d0
child 96 a71299154b21
equal deleted inserted replaced
62:b23410e29e22 66:8873e6835f7b
    52 	return TestStepResult();
    52 	return TestStepResult();
    53 	}
    53 	}
    54 
    54 
    55 TVerdict CScafMultiKeyStreamDecoders::doTestL()
    55 TVerdict CScafMultiKeyStreamDecoders::doTestL()
    56 	{
    56 	{
    57 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
       
    58 	// Assume the test has failed if the test step result hasn't been otherwise set to EPass
    57 	// Assume the test has failed if the test step result hasn't been otherwise set to EPass
    59 	SetTestStepResult(EFail);
    58 	SetTestStepResult(EFail);
    60 	
    59 	
    61 	// Retrieval of expected values for Key stream Decoder "A"
    60 	// Retrieval of expected values for Key stream Decoder "A"
    62 	TExpectedKeyStreamDecoderAttributes expectedAttributesA = iExpectedKeyStreamDecoderData[0];
    61 	TExpectedKeyStreamDecoderAttributes expectedAttributesA = iExpectedKeyStreamDecoderData[0];
   161 		INFO_PRINTF2(_L("*** Thread %d: SUCCESS - Attributes associated with Key Stream Decoders A & B match expected values ***"),iThreadId);
   160 		INFO_PRINTF2(_L("*** Thread %d: SUCCESS - Attributes associated with Key Stream Decoders A & B match expected values ***"),iThreadId);
   162 		SetTestStepResult(EPass);
   161 		SetTestStepResult(EPass);
   163 		}
   162 		}
   164 	
   163 	
   165 	CleanupStack::PopAndDestroy(5, sdpDoc); //< decoderB, decoderA, protectStreamDescB, protectStreamDescA, sdpDoc
   164 	CleanupStack::PopAndDestroy(5, sdpDoc); //< decoderB, decoderA, protectStreamDescB, protectStreamDescA, sdpDoc
   166 #endif	
       
   167 	return TestStepResult();	
   165 	return TestStepResult();	
   168 	}
   166 	}
   169 
   167 
   170 TVerdict CScafMultiKeyStreamDecoders::doTestStepPostambleL()
   168 TVerdict CScafMultiKeyStreamDecoders::doTestStepPostambleL()
   171 	{
   169 	{