diff -r 822a42b6c3f1 -r 17b6bb2b14ba videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/src/CIptvTestVerifyData.cpp --- a/videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/src/CIptvTestVerifyData.cpp Thu Dec 17 09:14:38 2009 +0200 +++ b/videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/src/CIptvTestVerifyData.cpp Thu Jan 07 13:25:49 2010 +0200 @@ -536,7 +536,7 @@ totalLength += lineFromInst.Length(); // Don't compare if line is for path because it can have service id which varies - if( KErrNotFound != lineFromTest.Match(_L("*\\Data\\videocenter\\*")) && KErrNotFound != lineFromTest.Match(_L("*\\Data\\videocenter\\*")) ) + if( KErrNotFound != lineFromTest.Match(_L("*\\Data\\videocenter\\*")) && KErrNotFound != lineFromTest.Match(_L("*\\data\\videocenter\\*")) ) { TInt res = lineFromInst.Compare(lineFromTest); if(res < 0)