mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestRecorder.cpp
changeset 5 b220a9341636
parent 0 b8ed18f6c07b
--- a/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestRecorder.cpp	Mon Oct 18 12:47:26 2010 +0100
+++ b/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestRecorder.cpp	Tue Nov 02 12:13:59 2010 +0000
@@ -1413,11 +1413,20 @@
 			else
 				{
 				INFO_PRINTF3(_L("Expected length %d, actual length %d"), expectedLength, actualLength);
+				if (iError == KErrOverflow )
+				            {
+                            ret = EPass;
+				            }
 				}
 
 			}
 		}
-
+	
+	if (iError == KErrOverflow)
+		{
+		INFO_PRINTF2(_L("Overflow happened and ignored = %d"), ret);
+		ret = EPass;
+		}
 
 	if (ret != EPass)
 		{