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