mpengine/tsrc/unittest_mpmpxisolatedcollectionhelper/src/unittest_mpmpxisolatedcollectionhelper.cpp
--- a/mpengine/tsrc/unittest_mpmpxisolatedcollectionhelper/src/unittest_mpmpxisolatedcollectionhelper.cpp Wed Aug 18 09:46:20 2010 +0300
+++ b/mpengine/tsrc/unittest_mpmpxisolatedcollectionhelper/src/unittest_mpmpxisolatedcollectionhelper.cpp Thu Sep 02 20:24:03 2010 +0300
@@ -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));