uifw/AvKon/tsrc/bc/S60_SDK3.0/bctestdocandinit/src/bctestDocAndInitcase.cpp
branchRCL_3
changeset 17 a1caeb42b3a3
parent 0 2f259fa3e83a
equal deleted inserted replaced
15:c52421ed5f07 17:a1caeb42b3a3
    81     { 
    81     { 
    82        const TInt scripts[] =
    82        const TInt scripts[] =
    83         {
    83         {
    84         DELAY( 1 ), // delay between commands is 1*0.1 seconds = 0.1 seconds
    84         DELAY( 1 ), // delay between commands is 1*0.1 seconds = 0.1 seconds
    85         LeftCBA, 
    85         LeftCBA, 
       
    86         LeftCBA,
       
    87         WAIT( 10 ),
    86         LeftCBA, 
    88         LeftCBA, 
    87         LeftCBA, KeyOK,
    89         WAIT( 5 ),
    88         LeftCBA, KeyOK,
    90         LeftCBA, 
    89         LeftCBA, KeyOK,
    91         WAIT( 5 ),
    90         LeftCBA, LeftCBA, KeyOK,
    92         LeftCBA, 
       
    93         WAIT( 5 ),
       
    94         LeftCBA,
       
    95         WAIT( 5 ),
       
    96         LeftCBA, 
    91         DELAY( 15 ),         
    97         DELAY( 15 ),         
    92         LeftCBA,
    98         LeftCBA,
    93         DELAY( 1 ), 
    99         DELAY( 1 ), 
    94         REP(Down, 1 ), 
   100         Down, 
    95         LeftCBA
   101         LeftCBA
    96         };
   102         };
    97     AddTestScriptL( scripts, sizeof( scripts )/sizeof( TInt ) );
   103     AddTestScriptL( scripts, sizeof( scripts )/sizeof( TInt ) );
    98     }
   104     }
    99     
   105