persistentstorage/dbms/tdbms/t_dbthrd.cpp
branchRCL_3
changeset 23 26645d81f48d
parent 6 5ffdb8f2067f
child 24 cc28652e0254
--- a/persistentstorage/dbms/tdbms/t_dbthrd.cpp	Thu Aug 19 11:36:21 2010 +0300
+++ b/persistentstorage/dbms/tdbms/t_dbthrd.cpp	Tue Aug 31 16:57:14 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());
 	}