phonebookengines/contactsmodel/tsrc/cntplsql/src/t_predictivesearchtabledefs.h
changeset 46 efe85016a067
equal deleted inserted replaced
40:b46a585f6909 46:efe85016a067
       
     1 /*
       
     2 * Copyright (c) 2010 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: Common definitions for test code for predictive search tables
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __UT_PREDICTIVESEARCHTABLEDEFS_H__
       
    19 #define __UT_PREDICTIVESEARCHTABLEDEFS_H__
       
    20 
       
    21 //  EXTERNAL INCLUDES
       
    22 #include "cntdef.h" // TContactItemId
       
    23 
       
    24 
       
    25 // Database file
       
    26 _LIT(KDBFile, "c:\\unittest.db");
       
    27 
       
    28 _LIT(KDBFileWithoutPredSearch, "c:\\contacts_without_pred_search_tables.db");
       
    29 _LIT(KDBFile12keyButNoQwerty, "c:\\contacts_just_12key_tables.db");
       
    30 _LIT(KDBFileOtherLanguage, "c:\\contacts_language_45.db");
       
    31 
       
    32 
       
    33 const TContactItemId KTestContactId = 20;
       
    34 const TContactItemId KTestContactId2 = 85;
       
    35 const TContactItemId KTestContactId3 = 7001;
       
    36 const TContactItemId KTestContactId4 = 56030;
       
    37 
       
    38 _LIT(KTestFirstName, "123");
       
    39 _LIT(KTestLastName, "45678");
       
    40 
       
    41 #endif      //  __UT_PREDICTIVESEARCHTABLEDEFS_H__
       
    42 
       
    43 // End of file