serviceproviders/sapi_mediamanagement/tsrc/testing/tmediaprovidertesting/src/tmediaprovidertestingImpl.cpp
branchRCL_3
changeset 45 a9c0808a1095
parent 44 0b68a1b0c15e
equal deleted inserted replaced
44:0b68a1b0c15e 45:a9c0808a1095
   487     aResultMap->FindL(aKey, resValue);
   487     aResultMap->FindL(aKey, resValue);
   488        
   488        
   489     TInt expRes = expValue.AsTInt32();
   489     TInt expRes = expValue.AsTInt32();
   490     TInt resRes = resValue.AsTInt32();
   490     TInt resRes = resValue.AsTInt32();
   491     
   491     
       
   492   
   492     expIntStr.AppendNum(expRes);
   493     expIntStr.AppendNum(expRes);
   493     resIntStr.AppendNum(resRes);
   494     resIntStr.AppendNum(resRes);
   494     
   495     
   495     iLog->Log(_L("Expected Value"));
   496     iLog->Log(_L("Expected Value"));
   496     iLog->Log(expIntStr);
   497     iLog->Log(expIntStr);