summaryrefslogtreecommitdiff
path: root/dbaccess/JunitTest_dbaccess_complex.mk
blob: 7a0b17baa0e8b484ddda752ff65ba62ef847d997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_JunitTest_JunitTest,dbaccess_complex))

$(eval $(call gb_JunitTest_use_jars,dbaccess_complex,\
    ConnectivityTools \
    OOoRunner \
	juh \
    jurt \
    ridl \
    test \
    unoil \
))

$(eval $(call gb_JunitTest_set_defs,dbaccess_complex,\
    $$(DEFS) \
    -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/dbaccess/qa/dbaccess \
))

$(eval $(call gb_JunitTest_add_classes,dbaccess_complex,\
    complex.dbaccess.Beamer \
    complex.dbaccess.PropertyBag \
    complex.dbaccess.RowSet \
))

$(eval $(call gb_JunitTest_add_sourcefiles,dbaccess_complex,\
    dbaccess/qa/complex/dbaccess/ApplicationController \
    dbaccess/qa/complex/dbaccess/Beamer \
    dbaccess/qa/complex/dbaccess/CRMBasedTestCase \
    dbaccess/qa/complex/dbaccess/CopyTableInterActionHandler \
    dbaccess/qa/complex/dbaccess/CopyTableWizard \
    dbaccess/qa/complex/dbaccess/DataSource \
    dbaccess/qa/complex/dbaccess/DatabaseApplication \
    dbaccess/qa/complex/dbaccess/DatabaseDocument \
    dbaccess/qa/complex/dbaccess/FileHelper \
    dbaccess/qa/complex/dbaccess/Parser \
    dbaccess/qa/complex/dbaccess/PropertyBag \
    dbaccess/qa/complex/dbaccess/Query \
    dbaccess/qa/complex/dbaccess/QueryInQuery \
    dbaccess/qa/complex/dbaccess/RowSet \
    dbaccess/qa/complex/dbaccess/RowSetEventListener \
    dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer \
    dbaccess/qa/complex/dbaccess/TestCase \
    dbaccess/qa/complex/dbaccess/UISettings \
))

# vim: set noet sw=4 ts=4:
.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> 2015-11-18use unique_ptr for pImpl in svtools/Noel Grandin Change-Id: Ic82db5859464978ca58094e2b6f44e3c9ba30b4c 2015-11-15use initialiser for Sequence<OUString>Noel Grandin performed using: git grep -lP 'Sequence.*OUString.*\(1\)' | xargs perl -0777 -pi -e "s/Sequence<OUString> (\w+)\(1\); .*\[0\] = (\S+);/Sequence<OUString> \1 { \2 };/g" Change-Id: I4da56c80fa09bfc1e8f868794001e9921431e09f Reviewed-on: https://gerrit.libreoffice.org/19968 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-11-12svtools: boost::ptr_vector->std::vectorNoel Grandin Change-Id: If03ab05ff90585285063705bf56527c6138e22fd 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I7fc4b4d5c895f241cfb052b009e943e073f3befe 2015-10-30com::sun::star->css in svtoolsNoel Grandin Change-Id: I95fd8317ab1142068e0c7b50fc62643fe9f95dc2 Reviewed-on: https://gerrit.libreoffice.org/19683 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-05-20convert FONT_SUBSTITUTE constants to scoped enumNoel Grandin Change-Id: I8312f0117f33349218a09ccdfea946c66ceb1b3e 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann Change-Id: I1693826962a0551396fd5691dc4a98f0646bade3 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann Change-Id: If8783896136470a0664f1cbac061e30576ef96a4 2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl Rename the virtual function, and add a new non-virtual Commit() to do that. Change-Id: I09421df781ba965d6ff638b46cd8214fb3a00022