loggingservices/eventlogger/test/src/t_loghicaphelper.cpp
changeset 25 63532cdadd44
parent 22 a7ba600cb39d
--- a/loggingservices/eventlogger/test/src/t_loghicaphelper.cpp	Thu May 27 14:29:47 2010 +0300
+++ b/loggingservices/eventlogger/test/src/t_loghicaphelper.cpp	Fri Jun 11 15:29:22 2010 +0300
@@ -69,9 +69,9 @@
 	EIsMatchingEnabled
 	} ;
 
-_LIT(KOldCorruptDatabase,"z:\\system\\data\\corruptLogdbu.dat");
-_LIT(KOldCorruptDamagedDatabase,"z:\\system\\data\\corruptDamagedLogdbu.dat");
-_LIT(KOldFormatDatabase,"z:\\system\\data\\oldLogdbu.dat");
+_LIT(KOldCorruptDatabase,"z:\\test\\corruptLogdbu.dat");
+_LIT(KOldCorruptDamagedDatabase,"z:\\test\\corruptDamagedLogdbu.dat");
+_LIT(KOldFormatDatabase,"z:\\test\\oldLogdbu.dat");
 
 
 CTestActive::CTestActive(TInt aPriority)
@@ -149,7 +149,7 @@
    	//This eventually calls CLogBackup::ChangeFileLockL(..) which closes the database 
    	//file and notifies all handles to that file that it has closed.
    	backup->CloseFileL(KLogDatabaseName, MBackupObserver::EReleaseLockNoAccess);
- 	User::After(300000);
+ 	User::After(1000000);
    	
    	//Since the log engine database file is closed we can replace it.   
    	//Once this file is deleted, the backup server notices this and attempts to reopen 
@@ -387,7 +387,7 @@
         //This eventually calls CLogBackup::ChangeFileLockL(..) which closes the database 
         //file and notifies all handles to that file that it has closed.
         backup->CloseFileL(aDbPath, MBackupObserver::EReleaseLockNoAccess);
-        User::After(300000);
+        User::After(1000000);
         }
 
     //Since the log engine database file is closed we can delete it.