diff -r 3256212fc81f -r 826b40dcb0a8 persistentstorage/dbms/tdbms/t_dbthrd.cpp --- a/persistentstorage/dbms/tdbms/t_dbthrd.cpp Wed Aug 18 11:30:17 2010 +0300 +++ b/persistentstorage/dbms/tdbms/t_dbthrd.cpp Thu Sep 02 22:18:45 2010 +0300 @@ -113,7 +113,7 @@ User::LeaveIfError(iFs.Connect()); User::LeaveIfError(iFs.SetSessionPath(KTestDir)); User::LeaveIfError(iLog.Replace(iFs,KLogFile,EFileWrite|EFileStreamText)); - iStore=CFileStore::OpenL(iFs,KTestDatabase,EFileRead|EFileWrite); + iStore=CFileStore::OpenL(iFs,KTestDatabase,EFileRead|EFileWrite|EFileWriteDirectIO); LogSize(); iData.OpenL(iStore,iStore->Root()); }