messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_EMsvServiceActive.script
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 //
       
     2 // Copyright (c) 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 PRINT Running  EMsvServiceActive
       
    18 
       
    19 //******************************************
       
    20 //   
       
    21 //******************************************
       
    22 
       
    23 PRINT Running  EMsvServiceActive : Read Caps = full  Different SID. Should Always Pass.
       
    24 RUN_SCRIPT  c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_Setup.script
       
    25 
       
    26 RUN_PROGRAM -1 setcap c:\sys\bin\MessagingTestServer_caps.exe 0003fffe -SID 101F7776 C:\sys\bin\MessagingTestServer.exe
       
    27 
       
    28 RUN_PROGRAM -1 setcap c:\sys\bin\SendProxyServer_caps.exe 0003fffe -SID 101F7777 C:\sys\bin\SendProxyServer.exe
       
    29 	
       
    30 RUN_SCRIPT  c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_SendEMsvServiceActive.script
       
    31 
       
    32 DELAY 3000
       
    33 RUN_SCRIPT  c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_Restore.script
       
    34 
       
    35 //******************************************
       
    36 
       
    37 PRINT Running  EMsvServiceActive : Read Caps = None  Different SID. Should Always Pass.
       
    38 RUN_SCRIPT  c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_Setup.script
       
    39 
       
    40 RUN_PROGRAM -1 setcap c:\sys\bin\MessagingTestServer_caps.exe 0003fffe -SID 101F7776 C:\sys\bin\MessagingTestServer.exe
       
    41 
       
    42 RUN_PROGRAM -1 setcap c:\sys\bin\SendProxyServer_caps.exe 00000000 -SID 101F7777 C:\sys\bin\SendProxyServer.exe
       
    43 	
       
    44 RUN_SCRIPT  c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_SendEMsvServiceActive.script
       
    45 
       
    46 DELAY 3000
       
    47 RUN_SCRIPT  c:\msgtest\TestFramework\ScriptedTestCases\Capabilities\Cap_Restore.script