persistentstorage/dbms/tdbms/t_dbperf3.cpp
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
   154 //If (!aValue) then the test will be panicked, the test data files will be deleted.
   154 //If (!aValue) then the test will be panicked, the test data files will be deleted.
   155 static void Check(TInt aValue, TInt aLine)
   155 static void Check(TInt aValue, TInt aLine)
   156 	{
   156 	{
   157 	if(!aValue)
   157 	if(!aValue)
   158 		{
   158 		{
       
   159 		TheTest.Printf(_L("*** Expression evaluated to false\r\n"));
   159 		CloseAll();
   160 		CloseAll();
   160 		DeleteFile(TheDatabaseFileName);
   161 		DeleteFile(TheDatabaseFileName);
   161 		TheTest(EFalse, aLine);
   162 		TheTest(EFalse, aLine);
   162 		}
   163 		}
   163 	}
   164 	}