summaryrefslogtreecommitdiff
path: root/xmloff/JunitTest_xmloff_unoapi.mk
blob: 650d86b7277a978d1da38130af03a560987f9e2a (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
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_JunitTest_JunitTest,xmloff_unoapi))

$(eval $(call gb_JunitTest_set_defs,xmloff_unoapi,\
    $$(DEFS) \
    -Dorg.openoffice.test.arg.sce=$(SRCDIR)/xmloff/qa/unoapi/xmloff.sce \
    -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/xmloff/qa/unoapi/knownissues.xcl \
    -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/xmloff/qa/unoapi/testdocuments \
))

$(eval $(call gb_JunitTest_use_jars,xmloff_unoapi,\
    OOoRunner \
    ridl \
    test \
    unoil \
    jurt \
))

$(eval $(call gb_JunitTest_add_classes,xmloff_unoapi,\
    org.openoffice.test.UnoApiTest \
))

# vim: set noet sw=4 ts=4:
/tests/basic/mod/sc/ScSheetLinksObj/script.xlb?h=libreoffice-5.2.1.2&id=26ebdfc472be16f0eb4110aab0335666d2ba5e62'>qadevOOo/tests/basic/mod/sc/ScSheetLinksObj/script.xlb parentc1b610e51c2f678a8adb7c4c265aafb7e1aeb8e1 (diff)
NEW: initial version 2017-05-16 13:48:43 +0200'>2017-05-16loplugin:comparisonwithconstant in avmediaNoel Grandin 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-03Fix typosAndrea Gelmini 2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist 2017-02-06Add missing #includesStephan Bergmann 2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-11-23loplugin:unnecessaryoverride (dtors) in animationsStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-05tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu 2016-08-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara 2016-07-08loplugin:redundantcast: redundant static_casts in animationsStephan Bergmann 2016-02-09Remove excess newlinesChris Sherlock 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-29chmod -xTor Lillqvist 2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin 2015-07-06tdf#88206: replace cppu::WeakImplHelper1 with cppu::WeakImplHelperTakeshi Abe 2015-05-08Rephrase comparisons between bool and sal_BoolStephan Bergmann 2015-05-04cppcheck: noExplicitConstructorCaolán McNamara 2015-05-02cppcheck: noExplicitConstructorCaolán McNamara 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-03-17Fix various XServiceInfo implementationsStephan Bergmann 2015-03-12native-code: animcore_component_getFactory -> ctorsMiklos Vajna 2015-03-11Clean up previous commitStephan Bergmann 2015-03-11animations: convert animcore.component to constructor usageChris Sherlock 2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin 2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-04-09Missing includeStephan Bergmann 2014-04-07animations: sal_Bool->boolNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann