videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/src/CIptvTestVerifyData.cpp
changeset 1 17b6bb2b14ba
parent 0 822a42b6c3f1
equal deleted inserted replaced
0:822a42b6c3f1 1:17b6bb2b14ba
   534 			}
   534 			}
   535 
   535 
   536 		totalLength += lineFromInst.Length();
   536 		totalLength += lineFromInst.Length();
   537 
   537 
   538 		// Don't compare if line is for path because it can have service id which varies
   538 		// Don't compare if line is for path because it can have service id which varies
   539 		if( KErrNotFound != lineFromTest.Match(_L("*\\Data\\videocenter\\*")) && KErrNotFound != lineFromTest.Match(_L("*\\Data\\videocenter\\*")) )
   539 		if( KErrNotFound != lineFromTest.Match(_L("*\\Data\\videocenter\\*")) && KErrNotFound != lineFromTest.Match(_L("*\\data\\videocenter\\*")) )
   540 			{
   540 			{
   541 			TInt res = lineFromInst.Compare(lineFromTest);
   541 			TInt res = lineFromInst.Compare(lineFromTest);
   542 			if(res < 0)
   542 			if(res < 0)
   543 				{
   543 				{
   544 				totalResult += (res *- 1);
   544 				totalResult += (res *- 1);