summaryrefslogtreecommitdiff
path: root/sw/JunitTest_sw_unoapi_1.mk
blob: 8861a5ea2810a51b4e3e395daef7a0babf9cb583 (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,sw_unoapi_1))

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

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

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

# vim: set noet sw=4 ts=4:
n title='2017-01-27 10:57:18 +0000'>2017-01-27stoc: try to throw more informative exceptionsMichael Stahl 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-23use rtl::Reference in stocNoel Grandin 2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann 2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin 2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-09loplugin:constantparam in sot..svlNoel Grandin 2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann 2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-12Remove stray spaces from start of log messagesStephan Bergmann 2016-04-12tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar 2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann 2016-02-09Remove excess newlinesChris Sherlock 2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-04yyyyyNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-02loplugin:unusedmethodsNoel Grandin 2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin 2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-07cppcheck:noExplicitConstructorNoel Grandin 2015-07-30loplugin:unusedmethodsNoel Grandin 2015-07-15cppcheck: noExplicitConstructorCaolán McNamara 2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin 2015-07-03Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl 2015-07-03loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann 2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara 2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann