persistentstorage/dbms/tdbms/t_dbthrd.cpp
changeset 46 826b40dcb0a8
parent 14 15018f1726c7
child 45 cc28652e0254
child 55 44f437012c90
--- 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());
 	}