diff -r 9d4397b300d1 -r b220a9341636 mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/TestRecorder.cpp --- 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) {