Update contrib.
1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
17 //! @SYMTestSuiteName uloggerv1-file-unit-test-suite.script
18 //! @SYMScriptTestEnvironment TEF
22 PRINT ----------------------------------------------------------
23 PRINT Test te_file.mmp
24 PRINT ----------------------------------------------------------
25 LOAD_SUITE uloggerplugfiletest
28 START_TESTCASE DT-DEBUG-TRACE-UTFv1-ULoggerPlugFile-0001
29 //! @SYMTestCaseID DT-DEBUG-TRACE-UTFv1-ULoggerPlugFile-0001
30 //! @SYMTestCaseDesc Run test for file plugin
31 //! @SYMTestPriority Critical
32 //! @SYMTestActions Set and configure file plugin
33 //! @SYMTestExpectedResults error returns as expected
35 //! @SYMTestStatus Implemented
38 RUN_TEST_STEP 100 uloggerplugfiletest file0Step
39 END_TESTCASE DT-DEBUG-TRACE-UTFv1-ULoggerPlugFile-0001