cryptomgmtlibs/cryptotokenfw/tframework/t_ctframework.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
   857 GLDEF_C TInt E32Main(void)
   857 GLDEF_C TInt E32Main(void)
   858 
   858 
   859 	{
   859 	{
   860 	CTrapCleanup* cleanup;
   860 	CTrapCleanup* cleanup;
   861 	cleanup=CTrapCleanup::New();
   861 	cleanup=CTrapCleanup::New();
   862 	test.Start(_L("Starting token framework tests\r\n"));		 
   862 	test.Start(_L(" @SYMTestCaseID:SEC-CRYPTOTOKENS-CTFRAMEWORK-0001 Starting token framework tests\r\n"));		 
   863 	CTestConsole* con=NULL;
   863 	CTestConsole* con=NULL;
   864 	TRAPD(ret,con=CTestConsole::NewL(test.Console()));
   864 	TRAPD(ret,con=CTestConsole::NewL(test.Console()));
   865 	RFs fs;
   865 	RFs fs;
   866 	if (gLogging)
   866 	if (gLogging)
   867 		{
   867 		{