persistentstorage/dbms/tdbms/t_dbcomp.cpp
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
    97 //If (!aValue) then the test will be panicked, the test data files will be deleted.
    97 //If (!aValue) then the test will be panicked, the test data files will be deleted.
    98 static void Check(TInt aValue, TInt aLine)
    98 static void Check(TInt aValue, TInt aLine)
    99 	{
    99 	{
   100 	if(!aValue)
   100 	if(!aValue)
   101 		{
   101 		{
   102 		TheTest.Printf(_L("*** Boolean expression evaluated to false!\r\n"));
   102 		TheTest.Printf(_L("*** Expression evaluated to false!\r\n"));
   103 		DestroyTestEnv();
   103 		DestroyTestEnv();
   104 		TheTest(EFalse, aLine);
   104 		TheTest(EFalse, aLine);
   105 		}
   105 		}
   106 	}
   106 	}
   107 //If (aValue != aExpected) then the test will be panicked, the test data files will be deleted.
   107 //If (aValue != aExpected) then the test will be panicked, the test data files will be deleted.