serviceproviders/sapi_mediamanagement/tsrc/testing/tmediaprovidertesting/src/tmediaprovidertestingImpl.cpp
branchRCL_3
changeset 58 ea43c23d28d2
parent 50 5dae2c62e9b6
child 65 0b68a1b0c15e
--- a/serviceproviders/sapi_mediamanagement/tsrc/testing/tmediaprovidertesting/src/tmediaprovidertestingImpl.cpp	Tue Apr 27 17:33:05 2010 +0300
+++ b/serviceproviders/sapi_mediamanagement/tsrc/testing/tmediaprovidertesting/src/tmediaprovidertestingImpl.cpp	Tue May 11 17:01:36 2010 +0300
@@ -489,15 +489,6 @@
     TInt expRes = expValue.AsTInt32();
     TInt resRes = resValue.AsTInt32();
     
-   TInt expMax = expRes + 200;
-           
-   if(aKey == KMgFileSize) 
-        {
-        if(resRes >= expRes &&  resRes <expMax)
-            {           
-            equal = ETrue;           
-            }
-        }
   
     expIntStr.AppendNum(expRes);
     resIntStr.AppendNum(resRes);