persistentstorage/dbms/tdbms/t_dbthrd.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
--- a/persistentstorage/dbms/tdbms/t_dbthrd.cpp	Tue Aug 31 16:57:14 2010 +0300
+++ b/persistentstorage/dbms/tdbms/t_dbthrd.cpp	Wed Sep 01 12:39:58 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|EFileWriteDirectIO);
+	iStore=CFileStore::OpenL(iFs,KTestDatabase,EFileRead|EFileWrite);
 	LogSize();
 	iData.OpenL(iStore,iStore->Root());
 	}