|
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 |
|
18 #ifndef __LOGENGTEST_IBY__ |
|
19 #define __LOGENGTEST_IBY__ |
|
20 |
|
21 REM Logeng Test |
|
22 |
|
23 #include <logeng.iby> |
|
24 |
|
25 //for t_logview2 |
|
26 #include <TIMEZONESERVER.iby> |
|
27 |
|
28 //Include cntmodel stuff to allow manual test t_logcntmatch to be run |
|
29 data=MULTI_LINGUIFY(RSC ZRESOURCE\CNTMODEL\CNTMODEL RESOURCE\CNTMODEL\CNTMODEL) |
|
30 #include <cntmodel.iby> |
|
31 |
|
32 file=ABI_DIR\BUILD_DIR\t_logenvcreate.exe Test\t_logenvcreate.exe |
|
33 file=ABI_DIR\BUILD_DIR\t_logtype.exe Test\t_logtype.exe |
|
34 file=ABI_DIR\BUILD_DIR\t_logapi.exe Test\t_logapi.exe |
|
35 file=ABI_DIR\BUILD_DIR\t_logapi2.exe Test\t_logapi2.exe |
|
36 file=ABI_DIR\BUILD_DIR\t_logbadclient.exe Test\t_logbadclient.exe |
|
37 file=ABI_DIR\BUILD_DIR\t_logview1.exe Test\t_logview1.exe |
|
38 file=ABI_DIR\BUILD_DIR\t_logpurge.exe Test\t_logpurge.exe |
|
39 file=ABI_DIR\BUILD_DIR\t_logheap.exe Test\t_logheap.exe |
|
40 file=ABI_DIR\BUILD_DIR\t_logfile.exe Test\t_logfile.exe |
|
41 file=ABI_DIR\BUILD_DIR\t_logfilter.exe Test\t_logfilter.exe |
|
42 file=ABI_DIR\BUILD_DIR\t_lognotify.exe Test\t_lognotify.exe |
|
43 file=ABI_DIR\BUILD_DIR\t_logview2.exe Test\t_logview2.exe |
|
44 file=ABI_DIR\BUILD_DIR\t_logviewfail.exe Test\t_logviewfail.exe |
|
45 file=ABI_DIR\BUILD_DIR\t_logviewfail2.exe Test\t_logviewfail2.exe |
|
46 file=ABI_DIR\BUILD_DIR\t_logviewfail3.exe Test\t_logviewfail3.exe |
|
47 file=ABI_DIR\BUILD_DIR\t_logbench.exe Test\t_logbench.exe |
|
48 file=ABI_DIR\BUILD_DIR\t_logbackup.exe Test\t_logbackup.exe |
|
49 file=ABI_DIR\BUILD_DIR\t_logevent.exe Test\t_logevent.exe |
|
50 file=ABI_DIR\BUILD_DIR\t_logwrap.exe Test\t_logwrap.exe |
|
51 file=ABI_DIR\BUILD_DIR\t_logcontact.exe Test\t_logcontact.exe |
|
52 file=ABI_DIR\BUILD_DIR\t_logcntmatch.exe Test\t_logcntmatch.exe |
|
53 file=ABI_DIR\BUILD_DIR\t_maxnumberlength.exe Test\t_maxnumberlength.exe |
|
54 file=ABI_DIR\BUILD_DIR\t_OrderById.exe Test\t_OrderById.exe |
|
55 file=ABI_DIR\BUILD_DIR\t_logservercrash.exe Test\t_logservercrash.exe |
|
56 file=ABI_DIR\BUILD_DIR\t_loghicaphelper.exe Test\t_loghicaphelper.exe |
|
57 file=ABI_DIR\BUILD_DIR\t_loghicapability.exe Test\t_loghicapability.exe |
|
58 file=ABI_DIR\BUILD_DIR\t_loglowcapability.exe Test\t_loglowcapability.exe |
|
59 file=ABI_DIR\BUILD_DIR\t_logsecureview_hicap.exe Test\t_logsecureview_hicap.exe |
|
60 file=ABI_DIR\BUILD_DIR\t_logsecureview_lowcap.exe Test\t_logsecureview_lowcap.exe |
|
61 file=ABI_DIR\BUILD_DIR\t_logsecurity.exe Test\t_logsecurity.exe |
|
62 file=ABI_DIR\BUILD_DIR\t_logservipc.exe Test\t_logservipc.exe |
|
63 file=ABI_DIR\BUILD_DIR\t_logapi_helper.exe Test\t_logapi_helper.exe |
|
64 file=ABI_DIR\BUILD_DIR\t_logcompat.exe Test\t_logcompat.exe |
|
65 file=ABI_DIR\BUILD_DIR\t_logsimid.exe Test\t_logsimid.exe |
|
66 file=ABI_DIR\BUILD_DIR\t_logenvdestroy.exe Test\t_logenvdestroy.exe |
|
67 |
|
68 data=ZSYSTEM\test\logengtests.bat Test\logengtests.bat |
|
69 data=ZSYSTEM\data\oldLogdbu.dat system\data\oldLogdbu.dat |
|
70 data=ZSYSTEM\data\corruptLogdbu.dat system\data\corruptLogdbu.dat |
|
71 data=ZSYSTEM\data\corruptDamagedLogdbu.dat system\data\corruptDamagedLogdbu.dat |
|
72 data=ZSYSTEM\data\101f401d.txt system\data\101f401d.txt |
|
73 //The next line to be uncommented if the testing is performed locally. Otherwise t_logview2 fails - |
|
74 //the following file is missing and needed by the time zone server. |
|
75 //data=ZPRIVATE\10202BE9\1020383e.txt private\10202be9\1020383e.txt |
|
76 |
|
77 data=ZPRIVATE\101f401d\CntModel.ini \PRIVATE\101f401d\CntModel.ini |
|
78 data=ZPRIVATE\101f401d\SQLite__Contacts.cdb \PRIVATE\101f401d\SQLite__Contacts.cdb |
|
79 |
|
80 #endif |