uiacceltk/hitchcock/CommonInc/alfmoduletestconsts.h
branchRCL_3
changeset 8 46927d61fef3
equal deleted inserted replaced
7:88b23e2e82e1 8:46927d61fef3
       
     1 /**
       
     2  * Provides general constants for test cases.
       
     3  */
       
     4 
       
     5 #include "alfmoduletestconf.h"
       
     6 #ifdef USE_MODULE_TEST_HOOKS_FOR_ALF
       
     7 
       
     8 #ifndef ALFMODULETESTCONSTS_H
       
     9 #define ALFMODULETESTCONSTS_H
       
    10 
       
    11 #include <e32def.h>
       
    12 
       
    13 
       
    14 /**
       
    15  * Constants
       
    16  */
       
    17 namespace AlfModuleTestConsts
       
    18     {
       
    19     /**
       
    20      * When flush is requested, the flow should wait long enough.
       
    21      * Then, a test case should have plenty of time to finish itself.
       
    22      */
       
    23     const TInt KFlushLongWaitTime( 2000000 );
       
    24     
       
    25     /**
       
    26      * When flush is requested, the flow should wait.
       
    27      * Then, a normal test case should have enough time to finish itself.
       
    28      */
       
    29     const TInt KFlushWaitTime( 200000 );
       
    30     }
       
    31 
       
    32 
       
    33 #endif // ALFMODULETESTCONSTS_H
       
    34 
       
    35 #endif // USE_MODULE_TEST_HOOKS_FOR_ALF
       
    36 
       
    37 // End of File