diff -r 4cc1412daed0 -r 560ce2306a17 mpengine/tsrc/unittest_mpmpxisolatedcollectionhelper/src/unittest_mpmpxisolatedcollectionhelper.cpp --- a/mpengine/tsrc/unittest_mpmpxisolatedcollectionhelper/src/unittest_mpmpxisolatedcollectionhelper.cpp Fri Aug 06 16:51:36 2010 -0500 +++ b/mpengine/tsrc/unittest_mpmpxisolatedcollectionhelper/src/unittest_mpmpxisolatedcollectionhelper.cpp Tue Aug 24 03:36:14 2010 -0500 @@ -108,7 +108,7 @@ { CMPXCollectionPath* path = CMPXCollectionPath::NewL(); mTest->OpenCollectionL(*path); - QCOMPARE(mTest->iIncrementalOpenUtil->iDelay, KIncrementalDelayHalfSecond); + QCOMPARE(mTest->iIncrementalOpenUtil->iDelay, KIncrementalDelay); QCOMPARE(mTest->iIncrementalOpenUtil->iStop,TBool(ETrue)); QCOMPARE(mTest->iIncrementalOpenUtil->iStart,TBool(ETrue)); QCOMPARE(mTest->iFirstIncrementalOpen,TBool(ETrue)); @@ -118,7 +118,7 @@ QCOMPARE(mTest->iOpenMode, CMpMpxIsolatedCollectionHelper::DefaultMode ); mTest->OpenCollectionL(*path,0,CMpMpxIsolatedCollectionHelper::RestorePathMode); - QCOMPARE(mTest->iIncrementalOpenUtil->iDelay, KIncrementalDelayHalfSecond); + QCOMPARE(mTest->iIncrementalOpenUtil->iDelay, KIncrementalDelay); QCOMPARE(mTest->iIncrementalOpenUtil->iStop,TBool(ETrue)); QCOMPARE(mTest->iIncrementalOpenUtil->iStart,TBool(ETrue)); QCOMPARE(mTest->iFirstIncrementalOpen,TBool(ETrue));