persistentstorage/dbms/tdbms/t_dbthrd.cpp
changeset 40 b8bdbc8f59c7
parent 14 15018f1726c7
child 45 cc28652e0254
child 55 44f437012c90
--- a/persistentstorage/dbms/tdbms/t_dbthrd.cpp	Thu Jul 08 12:09:58 2010 +0100
+++ b/persistentstorage/dbms/tdbms/t_dbthrd.cpp	Thu Aug 12 11:53:23 2010 +0100
@@ -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());
 	}