omxil/omxilunittest/contentpipe/scripts/tsu_omxil_dummycontentpipe.script
changeset 56 b6488ac24ddc
parent 47 481b3bce574a
child 57 1cbb0d5bf7f2
equal deleted inserted replaced
47:481b3bce574a 56:b6488ac24ddc
     1 //
       
     2 // Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 
       
    17 LOAD_SUITE TSU_OMXIL_DUMMYCONTENTPIPE.dll
       
    18 
       
    19 #Req. under test REQ8336
       
    20 # 
       
    21 
       
    22 //-------------------------------------//
       
    23 // Dummy Content Pipe                  //
       
    24 //-------------------------------------//
       
    25 
       
    26 // Create and destroy dummy content pipe
       
    27 //! @SYMTestCaseID MM-OMXIL-DUMMYCONTENTPIPE-U-0001
       
    28 
       
    29 RUN_TEST_STEP -1 TSU_OMXIL_DUMMYCONTENTPIPE MM-OMXIL-DUMMYCONTENTPIPE-U-0001
       
    30 TEST_COMPLETE
       
    31 
       
    32 // Call Create() and Close() on a content pipe
       
    33 //! @SYMTestCaseID MM-OMXIL-DUMMYCONTENTPIPE-U-0002
       
    34 
       
    35 RUN_TEST_STEP -1 TSU_OMXIL_DUMMYCONTENTPIPE MM-OMXIL-DUMMYCONTENTPIPE-U-0002
       
    36 TEST_COMPLETE
       
    37 
       
    38 // Call SetPosition and GetPosition() on the dummy content pipe 1
       
    39 //! @SYMTestCaseID MM-OMXIL-DUMMYCONTENTPIPE-U-0003
       
    40 
       
    41 RUN_TEST_STEP -1 TSU_OMXIL_DUMMYCONTENTPIPE MM-OMXIL-DUMMYCONTENTPIPE-U-0003
       
    42 TEST_COMPLETE
       
    43 
       
    44 // Call SetPosition and GetPosition() on the dummy content pipe 2
       
    45 //! @SYMTestCaseID MM-OMXIL-DUMMYCONTENTPIPE-U-0004
       
    46 
       
    47 RUN_TEST_STEP -1 TSU_OMXIL_DUMMYCONTENTPIPE MM-OMXIL-DUMMYCONTENTPIPE-U-0004
       
    48 TEST_COMPLETE