de3898aecb
> [_RUN_____] SdOOXMLExportTest3::testTdf140912_PicturePlaceholder [...] > warn:vcl:680849:680849:vcl/source/bitmap/BitmapEx.cxx:98: BitmapEx::BitmapEx(): could not load image sd/res/image.png via icon theme colibre > warn:svx:680849:680849:svx/source/unodraw/unoshape.cxx:1779: DBG_UNHANDLED_EXCEPTION in setPropertyValues exception: com.sun.star.beans.UnknownPropertyException message: FromWordArt svx/source/unodraw/unoshape.cxx:1600 > warn:svx.uno:680849:680849:svx/source/unodraw/unoshape.cxx:1599: Unknown Property: URL > warn:svx:680849:680849:svx/source/unodraw/unoshape.cxx:1779: DBG_UNHANDLED_EXCEPTION in setPropertyValues exception: com.sun.star.beans.UnknownPropertyException message: URL svx/source/unodraw/unoshape.cxx:1600 > sd/qa/unit/export-tests-ooxml3.cxx:1863:SdOOXMLExportTest3::testTdf140912_PicturePlaceholder > equality assertion failed > - Expected: -8490 > - Actual : 0 Change-Id: I7710bf04ff5106d52fe51b515f2ed59097e88e07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128753 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
17 lines
651 B
Makefile
17 lines
651 B
Makefile
# -*- 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 sd_export_test,-ooxml3))
|
|
|
|
$(call gb_CppunitTest_get_target,sd_export_tests-ooxml3): \
|
|
$(call gb_Package_get_target,postprocess_images)
|
|
|
|
# vim: set noet sw=4 ts=4:
|