equal
deleted
inserted
replaced
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 |