contentmgmt/cafstreamingsupport/test/tscaf/source/tpostacquisition.cpp
changeset 85 1efb81185f1c
parent 56 c11c717470d0
child 96 a71299154b21
equal deleted inserted replaced
77:956a80986d49 85:1efb81185f1c
    55 		}
    55 		}
    56 	}
    56 	}
    57 
    57 
    58 TVerdict CScafPostAcquisition::doTestL()
    58 TVerdict CScafPostAcquisition::doTestL()
    59 	{
    59 	{
    60 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
       
    61 	TBool createOutputFile = EFalse;
    60 	TBool createOutputFile = EFalse;
    62 	
    61 	
    63 	if(!GetBoolFromConfig(ConfigSection(), KCreateOutputFiles, createOutputFile))
    62 	if(!GetBoolFromConfig(ConfigSection(), KCreateOutputFiles, createOutputFile))
    64 		{
    63 		{
    65 		ERR_PRINTF2(_L("Failed to read '%S' key of configuration"), &KCreateOutputFiles);
    64 		ERR_PRINTF2(_L("Failed to read '%S' key of configuration"), &KCreateOutputFiles);
   174 	if(rdata.Compare(KStreamingDataFull()))
   173 	if(rdata.Compare(KStreamingDataFull()))
   175 		{
   174 		{
   176 		SetTestStepResult(EFail);		
   175 		SetTestStepResult(EFail);		
   177 		}
   176 		}
   178 	CleanupStack::PopAndDestroy(3, content);
   177 	CleanupStack::PopAndDestroy(3, content);
   179 #endif	
       
   180 	return TestStepResult();
   178 	return TestStepResult();
   181 	}
   179 	}
   182 
   180 
   183 TInt CScafPostAcquisition::ProvideNewOutputFileL(CImportFile& aImport, TDes& aName)
   181 TInt CScafPostAcquisition::ProvideNewOutputFileL(CImportFile& aImport, TDes& aName)
   184 	{
   182 	{