# -*- 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_Module_Module,svl)) $(eval $(call gb_Module_add_targets,svl,\ Library_fsstorage \ Library_passwordcontainer \ Library_svl \ )) $(eval $(call gb_Module_add_l10n_targets,svl,\ AllLangResTarget_svl \ )) $(eval $(call gb_Module_add_check_targets,svl,\ CppunitTest_svl_inetcontenttype \ CppunitTest_svl_itempool \ CppunitTest_svl_items \ CppunitTest_svl_lngmisc \ CppunitTest_svl_notify \ CppunitTest_svl_qa_cppunit \ CppunitTest_svl_urihelper \ )) ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,svl,\ JunitTest_svl_complex \ )) endif #todo: dde platform dependent #todo: package_inc #todo: map file # vim: set noet sw=4 ts=4: 'distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/testtools
0 19:47:45 +0200'>2017-06-20
AgeCommit message (Expand)Author
Propagate failure out from css.ui.test.XUITest::executeCommand/DialogStephan Bergmann
2017-06-20MAX_WAIT turns out to be too smallStephan Bergmann
2017-06-15uitest: Test text directionXisco Fauli
2017-06-15uitest: test page orientationXisco Fauli
2017-06-15uitest: Using dimensions in assert isn't a good idea...Xisco Fauli
2017-06-14uitest: Add test for insertPageHeader and tdf#107427Xisco Fauli
2017-06-14disable UI test that does exact comparisonMarkus Mohrhard
2017-06-13uitest: Check default paper formatsXisco Fauli
2017-06-13uitest: Use subtest hereXisco Fauli
2017-06-13uitest: extract the wait time for the dialogsMarkus Mohrhard
2017-06-12Revert "uitest: disable failing part of manual_tests/calc.py"Miklos Vajna
2017-06-12remove debug print statementMarkus Mohrhard
2017-06-10uitest: set en_US.UTF8 for the LibreOffice instanceMarkus Mohrhard
2017-06-10improve descriptionMarkus Mohrhard
2017-06-08uitest: disable failing part of manual_tests/calc.pyMiklos Vajna
2017-06-08remove unused importsMarkus Mohrhard
2017-06-08prepare publishing the libreoffice-connection python codeMarkus Mohrhard
2017-06-07Fix uitest failureXisco Fauli
2017-06-07uitest: InsertBreak dialogXisco Fauli
2017-06-07uitest: Combine all table tests in one fileXisco Fauli
2017-05-17tdf#104649: Add uitestXisco Fauli
2017-04-13Related tdf#105922: step increment is a property of the shapeKatarina Behrens
2017-04-08uitest: disable failing assertMarkus Mohrhard
2017-03-27uitest: add method to get the row object from a calc documentMarkus Mohrhard
2017-03-26uitest: add demo showing how to use auto filter popupMarkus Mohrhard
2017-03-26uitest: add demo showing how to interact with autofilter popupMarkus Mohrhard
2017-03-26uitest: add initial autofilter testMarkus Mohrhard
2017-03-26uitest: add a decorator to document required revisionMarkus Mohrhard
2017-03-18uitest: add method to get the column object from a spreadsheet docMarkus Mohrhard
2017-03-18uitest: add method to simplify sending CTRL+AMarkus Mohrhard
2017-03-09uitest: test backgrounds in writerXisco Fauli
2017-03-08tdf#87199: Add uitestXisco Fauli
2017-03-08tdf#105677: Check the other kind of backgrounds as wellXisco Fauli
2017-03-07tdf#105677: Add uitestXisco Fauli