buildverification/autosmoketest/agenda/Scripts/Smoketest_Agenda.script
branchGCC_SURGE
changeset 17 03d9ade4748d
parent 14 5d7fec11a5ce
parent 15 5b5908ec640f
equal deleted inserted replaced
14:5d7fec11a5ce 17:03d9ade4748d
     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 Run Agenda smoketest
       
    18 //
       
    19 RUN_UTILS MkDir c:\autoSmoketest\
       
    20 RUN_UTILS CopyFile z:\autosmoketest\smoketest_agenda.ini	c:\autosmoketest\smoketest_agenda.ini
       
    21 RUN_UTILS MakeReadWrite c:\autosmoketest\smoketest_agenda.ini
       
    22 //
       
    23 RUN_WS_PROGRAM 10 z:\sys\bin\agenda.exe
       
    24 //
       
    25 DELAY 1500
       
    26 //
       
    27 LOAD_SUITE Smoketest_Agenda_Server
       
    28 //
       
    29 START_TESTCASE 8981
       
    30 RUN_TEST_STEP 100	Smoketest_Agenda_Server	CreateDB	c:\autosmoketest\Smoketest_Agenda.ini	18920_CreateDB
       
    31 END_TESTCASE 8981
       
    32 START_TESTCASE 8979
       
    33 RUN_TEST_STEP 1000	Smoketest_Agenda_Server	AddAppt		c:\autosmoketest\Smoketest_Agenda.ini	24560_AddAppts
       
    34 END_TESTCASE 8979