persistentstorage/dbms/tdbms/t_dbtrans.cpp
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
    89 //If (!aValue) then the test will be panicked, the test data files will be deleted.
    89 //If (!aValue) then the test will be panicked, the test data files will be deleted.
    90 static void Check(TInt aValue, TInt aLine)
    90 static void Check(TInt aValue, TInt aLine)
    91 	{
    91 	{
    92 	if(!aValue)
    92 	if(!aValue)
    93 		{
    93 		{
    94 		TheTest.Printf(_L("*** Boolean expression evaluated to false!\r\n"));
    94 		TheTest.Printf(_L("*** Expression evaluated to false!\r\n"));
    95 		DestroyTestEnv();
    95 		DestroyTestEnv();
    96 		TheTest(EFalse, aLine);
    96 		TheTest(EFalse, aLine);
    97 		}
    97 		}
    98 	}
    98 	}
    99 //If (aValue != aExpected) then the test will be panicked, the test data files will be deleted.
    99 //If (aValue != aExpected) then the test will be panicked, the test data files will be deleted.