videoutils_plat/videoconnutility_api/tsrc/VCXTestCommon/src/CIptvTestVerifyData.cpp
changeset 1 17b6bb2b14ba
parent 0 822a42b6c3f1
--- 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)