sl@0
|
1 |
// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// SqlDb.dll SQL Database management - client dll
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
#ifndef __SQLTESTS_IBY__
|
sl@0
|
18 |
#define __SQLTESTS_IBY__
|
sl@0
|
19 |
|
sl@0
|
20 |
REM SQLTESTS
|
sl@0
|
21 |
|
sl@0
|
22 |
#include <testlocale.iby>
|
sl@0
|
23 |
#include <charconv.iby>
|
sl@0
|
24 |
#include <sql.iby>
|
sl@0
|
25 |
|
sl@0
|
26 |
data=DATAZ_\test\sqltests.bat \test\sqltests.bat
|
sl@0
|
27 |
data=DATAZ_\test\contacts_schema_to_vendors.sql \test\contacts_schema_to_vendors.sql
|
sl@0
|
28 |
data=DATAZ_\test\add_simple_contacts.sql \test\add_simple_contacts.sql
|
sl@0
|
29 |
data=DATAZ_\test\contacts_startup_time.sql \test\contacts_startup_time.sql
|
sl@0
|
30 |
data=DATAZ_\test\testdb1.db \test\testdb1.db
|
sl@0
|
31 |
data=DATAZ_\test\corruptdb.db \test\corruptdb.db
|
sl@0
|
32 |
data=DATAZ_\test\t_sqlshortnondb.db \test\t_sqlshortnondb.db
|
sl@0
|
33 |
data=DATAZ_\test\t_inc095412.db \test\t_inc095412.db
|
sl@0
|
34 |
data=DATAZ_\test\default_avacon.dbsql \test\default_avacon.dbsql
|
sl@0
|
35 |
data=DATAZ_\test\t_sqlbur_backup_ver0.bak \test\t_sqlbur_backup_ver0.bak
|
sl@0
|
36 |
data=DATAZ_\test\t_sqlperformance4.sql \test\t_sqlperformance4.sql
|
sl@0
|
37 |
data=ZPRIVATE\10281e17\[21212122]aadb2.db \private\10281e17\[21212122]aadb2.db
|
sl@0
|
38 |
data=ZPRIVATE\10281e17\[21212122]bbdb2.db \private\10281e17\[21212122]bbdb2.db
|
sl@0
|
39 |
data=ZPRIVATE\10281e17\[21212125]t_ab.db \private\10281e17\[21212125]t_ab.db
|
sl@0
|
40 |
data=ZPRIVATE\10281e17\[1111cccc]t_ab.db \private\10281e17\[1111CCCC]t_ab.db
|
sl@0
|
41 |
data=ZPRIVATE\21212124\t_sqldb1.db \private\21212124\t_sqldb1.db
|
sl@0
|
42 |
data=ZPRIVATE\10281e17\[21212125]t_onedefpolicy.db \private\10281e17\[21212125]t_onedefpolicy.db
|
sl@0
|
43 |
data=ZPRIVATE\10281e17\[98765432]t_2defaultpolicies.db \private\10281e17\[98765432]t_2defaultpolicies.db
|
sl@0
|
44 |
data=ZPRIVATE\10281e17\[98765432]t_emptysettings.db \private\10281e17\[98765432]t_emptysettings.db
|
sl@0
|
45 |
data=ZPRIVATE\10281e17\[98765432]t_invobject.db \private\10281e17\[98765432]t_invobject.db
|
sl@0
|
46 |
data=ZPRIVATE\10281e17\[98765432]t_invversion.db \private\10281e17\[98765432]t_invversion.db
|
sl@0
|
47 |
data=ZPRIVATE\10281e17\[98765432]t_longcollation.db \private\10281e17\[98765432]t_longcollation.db
|
sl@0
|
48 |
data=ZPRIVATE\10281e17\[98765432]t_nocollation.db \private\10281e17\[98765432]t_nocollation.db
|
sl@0
|
49 |
data=ZPRIVATE\10281e17\[98765432]t_nodefaultpolicy.db \private\10281e17\[98765432]t_nodefaultpolicy.db
|
sl@0
|
50 |
data=ZPRIVATE\10281e17\[98765432]t_nosettings.db \private\10281e17\[98765432]t_nosettings.db
|
sl@0
|
51 |
|
sl@0
|
52 |
file=ABI_DIR\BUILD_DIR\t_sqlenvcreate.exe \test\t_sqlenvcreate.exe
|
sl@0
|
53 |
file=ABI_DIR\BUILD_DIR\t_sqlite.exe \test\t_sqlite.exe
|
sl@0
|
54 |
file=ABI_DIR\BUILD_DIR\t_sqlapi.exe \test\t_sqlapi.exe
|
sl@0
|
55 |
file=ABI_DIR\BUILD_DIR\t_sqlapi2.exe \test\t_sqlapi2.exe
|
sl@0
|
56 |
file=ABI_DIR\BUILD_DIR\t_sqlpanic.exe \test\t_sqlpanic.exe
|
sl@0
|
57 |
file=ABI_DIR\BUILD_DIR\t_sqllang.exe \test\t_sqllang.exe
|
sl@0
|
58 |
file=ABI_DIR\BUILD_DIR\t_sqloom1.exe \test\t_sqloom1.exe
|
sl@0
|
59 |
file=ABI_DIR\BUILD_DIR\t_sqloom2.exe \test\t_sqloom2.exe
|
sl@0
|
60 |
file=ABI_DIR\BUILD_DIR\t_sqloom3.exe \test\t_sqloom3.exe
|
sl@0
|
61 |
file=ABI_DIR\BUILD_DIR\t_sqloom4.exe \test\t_sqloom4.exe
|
sl@0
|
62 |
file=ABI_DIR\BUILD_DIR\t_sqloom5.exe \test\t_sqloom5.exe
|
sl@0
|
63 |
file=ABI_DIR\BUILD_DIR\t_sqloom6.exe \test\t_sqloom6.exe
|
sl@0
|
64 |
file=ABI_DIR\BUILD_DIR\t_sqlmulti.exe \test\t_sqlmulti.exe
|
sl@0
|
65 |
file=ABI_DIR\BUILD_DIR\t_sqlcollate.exe \test\t_sqlcollate.exe
|
sl@0
|
66 |
file=ABI_DIR\BUILD_DIR\t_sqltrans.exe \test\t_sqltrans.exe
|
sl@0
|
67 |
file=ABI_DIR\BUILD_DIR\t_sqlload.exe \test\t_sqlload.exe
|
sl@0
|
68 |
file=ABI_DIR\BUILD_DIR\t_sqlgetfirststmt.exe \test\t_sqlgetfirststmt.exe
|
sl@0
|
69 |
file=ABI_DIR\BUILD_DIR\t_sqlsecurity1.exe \test\t_sqlsecurity1.exe
|
sl@0
|
70 |
file=ABI_DIR\BUILD_DIR\t_sqlsecurity2.exe \test\t_sqlsecurity2.exe
|
sl@0
|
71 |
file=ABI_DIR\BUILD_DIR\t_sqlsecurity3.exe \test\t_sqlsecurity3.exe
|
sl@0
|
72 |
file=ABI_DIR\BUILD_DIR\t_sqlsecurity4.exe \test\t_sqlsecurity4.exe
|
sl@0
|
73 |
file=ABI_DIR\BUILD_DIR\t_sqlsecurity5.exe \test\t_sqlsecurity5.exe
|
sl@0
|
74 |
file=ABI_DIR\BUILD_DIR\t_sqlsecurity6.exe \test\t_sqlsecurity6.exe
|
sl@0
|
75 |
file=ABI_DIR\BUILD_DIR\t_sqlattach.exe \test\t_sqlattach.exe
|
sl@0
|
76 |
file=ABI_DIR\BUILD_DIR\t_sqlattach2.exe \test\t_sqlattach2.exe
|
sl@0
|
77 |
file=ABI_DIR\BUILD_DIR\t_sqlperformance.exe \test\t_sqlperformance.exe
|
sl@0
|
78 |
file=ABI_DIR\BUILD_DIR\t_sqlperformance2.exe \test\t_sqlperformance2.exe
|
sl@0
|
79 |
file=ABI_DIR\BUILD_DIR\t_sqlperformance3.exe \test\t_sqlperformance3.exe
|
sl@0
|
80 |
file=ABI_DIR\BUILD_DIR\t_sqlperformance4.exe \test\t_sqlperformance4.exe
|
sl@0
|
81 |
file=ABI_DIR\BUILD_DIR\t_sqlperformance5.exe \test\t_sqlperformance5.exe
|
sl@0
|
82 |
file=ABI_DIR\BUILD_DIR\t_sqlood.exe \test\t_sqlood.exe
|
sl@0
|
83 |
file=ABI_DIR\BUILD_DIR\t_sqloslayer.exe \test\t_sqloslayer.exe
|
sl@0
|
84 |
file=ABI_DIR\BUILD_DIR\t_sqldefect.exe \test\t_sqldefect.exe
|
sl@0
|
85 |
file=ABI_DIR\BUILD_DIR\t_sqldefect2.exe \test\t_sqldefect2.exe
|
sl@0
|
86 |
file=ABI_DIR\BUILD_DIR\t_sqlprivcage.exe \test\t_sqlprivcage.exe
|
sl@0
|
87 |
file=ABI_DIR\BUILD_DIR\t_sqlbadclient.exe \test\t_sqlbadclient.exe
|
sl@0
|
88 |
file=ABI_DIR\BUILD_DIR\t_sqlbur.exe \test\t_sqlbur.exe
|
sl@0
|
89 |
file=ABI_DIR\BUILD_DIR\t_sqlbur2.exe \test\t_sqlbur2.exe
|
sl@0
|
90 |
file=ABI_DIR\BUILD_DIR\t_sqlscalarfullselect.exe \test\t_sqlscalarfullselect.exe
|
sl@0
|
91 |
file=ABI_DIR\BUILD_DIR\t_sqlfserr.exe \test\t_sqlfserr.exe
|
sl@0
|
92 |
file=ABI_DIR\BUILD_DIR\t_sqlconfig.exe \test\t_sqlconfig.exe
|
sl@0
|
93 |
file=ABI_DIR\BUILD_DIR\t_sqlconfigfile.exe \test\t_sqlconfigfile.exE
|
sl@0
|
94 |
file=ABI_DIR\BUILD_DIR\t_sqldbconfigfile.exe \test\t_sqldbconfigfile.exe
|
sl@0
|
95 |
file=ABI_DIR\BUILD_DIR\t_sqlcompact1.exe \test\t_sqlcompact1.exe
|
sl@0
|
96 |
file=ABI_DIR\BUILD_DIR\t_sqlcompact2.exe \test\t_sqlcompact2.exe
|
sl@0
|
97 |
file=ABI_DIR\BUILD_DIR\t_sqlcompact3.exe \test\t_sqlcompact3.exe
|
sl@0
|
98 |
file=ABI_DIR\BUILD_DIR\t_sqlcompact4.exe \test\t_sqlcompact4.exe
|
sl@0
|
99 |
file=ABI_DIR\BUILD_DIR\t_sqlblob.exe \test\t_sqlblob.exe
|
sl@0
|
100 |
file=ABI_DIR\BUILD_DIR\t_sqlauthorizer.exe \test\t_sqlauthorizer.exe
|
sl@0
|
101 |
file=ABI_DIR\BUILD_DIR\t_sqlfilebuf64.exe \test\t_sqlfilebuf64.exe
|
sl@0
|
102 |
file=ABI_DIR\BUILD_DIR\t_sqlstartup.exe \test\t_sqlstartup.exe
|
sl@0
|
103 |
file=ABI_DIR\BUILD_DIR\t_sqldb64.exe \test\t_sqldb64.exe
|
sl@0
|
104 |
file=ABI_DIR\BUILD_DIR\t_sqlfilesrvcrash1.exe \test\t_sqlfilesrvcrash1.exe
|
sl@0
|
105 |
file=ABI_DIR\BUILD_DIR\t_sqlfilesrvcrash2.exe \test\t_sqlfilesrvcrash2.exe
|
sl@0
|
106 |
file=ABI_DIR\BUILD_DIR\t_sqlcorrupt.exe \test\t_sqlcorrupt.exe
|
sl@0
|
107 |
file=ABI_DIR\BUILD_DIR\t_sqlenvdestroy.exe \test\t_sqlenvdestroy.exe
|
sl@0
|
108 |
|
sl@0
|
109 |
#endif
|