userlibandfileserver/fileserver/runtests/runtests.cpp
changeset 4 56f325a607ea
parent 0 a41df078684a
equal deleted inserted replaced
2:4122176ea935 4:56f325a607ea
   473 	if (r!=KErrNone)
   473 	if (r!=KErrNone)
   474 		{
   474 		{
   475 		LogMsg(_L("Test %S ERROR Could not load file, error %d"),&fullpathname,r);
   475 		LogMsg(_L("Test %S ERROR Could not load file, error %d"),&fullpathname,r);
   476 		return;
   476 		return;
   477 		}
   477 		}
       
   478 	else
       
   479 		{
       
   480 		LogMsg(_L("Started test %S"),&fullpathname);
       
   481 		}
   478 	TRequestStatus ds;
   482 	TRequestStatus ds;
   479 	p.NotifyDestruction(ds);	// allocate the destruction notifier early so that it doesn't get flagged as a leak by kernel heap checking in e.g., efile (DEF133800)
   483 	p.NotifyDestruction(ds);	// allocate the destruction notifier early so that it doesn't get flagged as a leak by kernel heap checking in e.g., efile (DEF133800)
   480 	CurrTest.Set(p.FileName());
   484 	CurrTest.Set(p.FileName());
   481 	User::After(100000);		// allow latency measurements to be output
   485 	User::After(100000);		// allow latency measurements to be output
   482 	p.SetJustInTime(EFalse);	// we don't want the automatic test run to be halted by the debugger
   486 	p.SetJustInTime(EFalse);	// we don't want the automatic test run to be halted by the debugger