kerneltest/f32test/smassstorage/src/t_ms_main.cpp
changeset 281 13fbfa31d2ba
parent 0 a41df078684a
equal deleted inserted replaced
266:0008ccd16016 281:13fbfa31d2ba
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    36 		}
    36 		}
    37 	}
    37 	}
    38 
    38 
    39 
    39 
    40 _LIT( KValueTestFailMsg, "ERROR Got %d expected %d" );
    40 _LIT( KValueTestFailMsg, "ERROR Got %d expected %d" );
    41 GLDEF_C void TestIfEqual( TInt aValue, TInt aExpected, TInt aLine, char aFileName[])
    41 GLDEF_C void TestIfEqual( TInt aValue, TInt aExpected, TInt aLine, const char aFileName[])
    42 	{
    42 	{
    43 	if( aExpected != aValue )
    43 	if( aExpected != aValue )
    44 		{
    44 		{
    45 		TText filenameU[512];
    45 		TText filenameU[512];
    46 		TUint i = 0;
    46 		TUint i = 0;