mmlibs/mmfw/tsrc/mmfintegrationtest/scriptFiles/TSI_MMF_ACLNTOGG_PLAY_PREEMPTION.script
changeset 0 b8ed18f6c07b
child 5 b220a9341636
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     1 @file TSI_MMF_ACLNTOGG_PLAY_PREEMPTION.script
       
     2 // Copyright (c) 2005-2009 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 # Audio Client Utilities for Ogg-Vorbis Player tests
       
    18 
       
    19 LOAD_SUITE TSI_MMFACLNT.DLL
       
    20 
       
    21 delay 10000
       
    22 
       
    23 
       
    24 //!@SYMTestCaseID             MM-MMF-ACLNTOGG-I-0009-HP
       
    25 //!@SYMTestCaseDesc           Audio priority preference time.
       
    26 //!@SYMREQ                    REQ5481
       
    27 //!@SYMPREQ                   PREQ452
       
    28 //!@SYMTestPriority           2
       
    29 //!@SYMTestActions            Set priority preference value. Request audio play while playing another audio file.
       
    30 //!@SYMTestExpectedResults    MapcPlayComplete Callback returns KErrNone. Audio player should cancel the audio with the lower priority.
       
    31 RUN_TEST_STEP 600000 ACLNT MM-MMF-ACLNTOGG-I-0009-HP \audio.ini
       
    32 TEST_COMPLETE
       
    33 
       
    34 
       
    35 //!@SYMTestCaseID             MM-MMF-ACLNTOGG-I-0010-HP
       
    36 //!@SYMTestCaseDesc           Audio priority preference time - set priority
       
    37 //!@SYMREQ                    REQ5481
       
    38 //!@SYMPREQ                   PREQ452
       
    39 //!@SYMTestPriority           2
       
    40 //!@SYMTestActions            As above, setting priority preference value explicitly
       
    41 //!@SYMTestExpectedResults    MapcPlayComplete Callback returns KErrNone. Audio player should cancel the audio with the lower priority.
       
    42 RUN_TEST_STEP 600000 ACLNT MM-MMF-ACLNTOGG-I-0010-HP \audio.ini
       
    43 TEST_COMPLETE
       
    44 
       
    45 
       
    46 //!@SYMTestCaseID             MM-MMF-ACLNTOGG-I-0011-HP
       
    47 //!@SYMTestCaseDesc           Audio priority preference quality.
       
    48 //!@SYMREQ                    REQ5481
       
    49 //!@SYMPREQ                   PREQ452
       
    50 //!@SYMTestPriority           2
       
    51 //!@SYMTestActions            Set priority preference value. Request audio play while playing another audio file.
       
    52 //!@SYMTestExpectedResults    MapcPlayComplete Callback returns KErrNone. Audio player should cancel the audio with the lower priority.
       
    53 RUN_TEST_STEP 600000 ACLNT MM-MMF-ACLNTOGG-I-0011-HP \audio.ini
       
    54 TEST_COMPLETE
       
    55 
       
    56 
       
    57 //!@SYMTestCaseID             MM-MMF-ACLNTOGG-I-0012-HP
       
    58 //!@SYMTestCaseDesc           Audio priority preference time and quality.
       
    59 //!@SYMREQ                    REQ5481
       
    60 //!@SYMPREQ                   PREQ452
       
    61 //!@SYMTestPriority           2
       
    62 //!@SYMTestActions            Set priority preference value. Request audio play while playing another audio file.
       
    63 //!@SYMTestExpectedResults    MapcPlayComplete Callback returns KErrNone. Both Audio players should cancel each other.
       
    64 RUN_TEST_STEP 600000 ACLNT MM-MMF-ACLNTOGG-I-0012-HP \audio.ini
       
    65 TEST_COMPLETE