traceservices/tracefw/ulogger/unit_test/scripts/te_outfrwk.script
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2008-2009 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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 //! @File
       
    17 //! @SYMTestSuiteName               	uloggerv1-outfrwk-unit-test-suite.script
       
    18 //! @SYMScriptTestEnvironment       	TEF
       
    19 
       
    20 
       
    21 
       
    22 PRINT Legendary RUN_TEST_STEP steps for confirming backward compatibility
       
    23 //
       
    24 PRINT Run all Sample Tests 
       
    25 //
       
    26 LOAD_SUITE UloggerOutfrmwkServer
       
    27 //
       
    28 
       
    29 
       
    30 START_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServer-0001
       
    31 //! @SYMTestCaseID		DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServer-0001
       
    32 //! @SYMTestCaseDesc     Run test for output framework server 
       
    33 //! @SYMTestPriority     Critical
       
    34 //! @SYMTestActions    Set and configure output framework server 
       
    35 //! @SYMTestExpectedResults      error returns as expected
       
    36 //! @SYMTestType         UT
       
    37 //! @SYMTESTSTATUS   Implemented
       
    38 //! @SYMPREQ                 PREQ1635
       
    39 //! @SYMREQ 
       
    40 RUN_TEST_STEP 100 UloggerOutfrmwkServer TextMessageTeststep 
       
    41 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServer-0001
       
    42 
       
    43  
       
    44  START_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServerOOM-0001
       
    45 //! @SYMTestCaseID		DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServerOOM-0001
       
    46 //! @SYMTestCaseDesc     Run test for output framework server with OOM
       
    47 //! @SYMTestPriority     Critical
       
    48 //! @SYMTestActions    Set and configure output framework server with OOM
       
    49 //! @SYMTestExpectedResults      error returns as expected
       
    50 //! @SYMTestType         UT
       
    51 //! @SYMTESTSTATUS   Implemented
       
    52 //! @SYMPREQ                 PREQ1635
       
    53 //! @SYMREQ 
       
    54 RUN_TEST_STEP !OOM 100 UloggerOutfrmwkServer TextMessageTeststep 
       
    55 END_TESTCASE			DT-DEBUG-TRACE-UTFv1-ULoggerOutfrmwkServerOOM-0001
       
    56