cryptomgmtlibs/securitytestfw/test/testhandler2/t_testsetup.cpp
changeset 108 ca9a0fc2f082
parent 8 35751d3474b7
equal deleted inserted replaced
102:deec7e509f66 108:ca9a0fc2f082
     1 /*
     1 /*
     2 * Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   413 
   413 
   414 void CTestSetup::ConstructL()
   414 void CTestSetup::ConstructL()
   415 	{
   415 	{
   416 	if (iConsoleOwned)
   416 	if (iConsoleOwned)
   417 		{
   417 		{
   418 		iConsole = Console::NewL(_L("Test code"), TSize(KDefaultConsWidth, KDefaultConsHeight));
   418 		iConsole = Console::NewL(_L("Test code"), TSize(KConsFullScreen, KConsFullScreen));
   419 		}
   419 		}
   420 
   420 
   421 	// Currently the console passed to the test actions discards all output -
   421 	// Currently the console passed to the test actions discards all output -
   422 	// this is an attempt to make hardware tests run faster.  All information
   422 	// this is an attempt to make hardware tests run faster.  All information
   423 	// should be written to the log file anyway, and I'd like to remove use of a
   423 	// should be written to the log file anyway, and I'd like to remove use of a