diff -r 28839de615b4 -r 26645d81f48d persistentstorage/dbms/tdbms/t_dbstress.cpp --- a/persistentstorage/dbms/tdbms/t_dbstress.cpp Thu Aug 19 11:36:21 2010 +0300 +++ b/persistentstorage/dbms/tdbms/t_dbstress.cpp Tue Aug 31 16:57:14 2010 +0300 @@ -467,7 +467,7 @@ for (TInt ii=0;;++ii) { TheTest.Printf(_L("Opening %d\r"),ii); - TRAPD(r,store=CFileStore::OpenL(TheFs,KTestDatabase,EFileRead|EFileWrite)); + TRAPD(r,store=CFileStore::OpenL(TheFs,KTestDatabase,EFileRead|EFileWrite|EFileWriteDirectIO)); if (r==KErrNone) break; TEST2(r, KErrInUse); @@ -515,7 +515,7 @@ { TheTest.Start(_L(" @SYMTestCaseID:SYSLIB-DBMS-CT-0636 Open store ")); CFileStore* store=NULL; - TRAPD(r,store=CFileStore::OpenL(TheFs,KTestDatabase,EFileRead|EFileWrite)); + TRAPD(r,store=CFileStore::OpenL(TheFs,KTestDatabase,EFileRead|EFileWrite|EFileWriteDirectIO)); TEST2 (r,KErrNone); TheTest.Next(_L("Verify")); NewCount=-1;