summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlimport.mk
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2013-10-04 19:11:21 +0300
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-10-16 12:23:34 +0200
commitb3362fc9cb410599ac54fc3badfad75354c98d84 (patch)
tree8ce98b71cb8bfdda91d6e4dc355a2af3fe08d5b7 /sw/CppunitTest_sw_ooxmlimport.mk
parent09edaa05cd605372ac2d2da0e010fde79f56efc8 (diff)
sw: Smart-Art related UTs updated to new option
The "ooxmlexport" unit test for Smart-Art has been updated to just check for the new rendered bitmap that substitutes the generated basic shapes. The "ooxmlimport" has been updated with a new "testSmartart" unit tests which checks that the importing has been done to just basic shapes. For this, the "run" method has been customized so we can set the proper filter option. Slightly modified the expected results in the "testChartProp" unit test since linking it to additional libraries has modified the dimmensions of the imported chart in few units. Made the "ooxmlimport" C++ unit tests in the "sw" module to depend on the "drawinglayer" and "svx" components and the "utl" library. Conflicts: sw/qa/extras/ooxmlimport/ooxmlimport.cxx Change-Id: I0900a50cfee07999511d071bc9932477ad9430c5
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlimport.mk')
-rw-r--r--sw/CppunitTest_sw_ooxmlimport.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlimport.mk b/sw/CppunitTest_sw_ooxmlimport.mk
index 583189368e56..696b6ab96b0c 100644
--- a/sw/CppunitTest_sw_ooxmlimport.mk
+++ b/sw/CppunitTest_sw_ooxmlimport.mk
@@ -22,6 +22,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlimport, \
sal \
test \
unotest \
+ utl \
sw \
vcl \
$(gb_UWINAPI) \
@@ -52,6 +53,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlimport,\
chart2/source/chartcore \
comphelper/util/comphelp \
configmgr/source/configmgr \
+ drawinglayer/drawinglayer \
embeddedobj/util/embobj \
fileaccess/source/fileacc \
filter/source/config/cache/filterconfig1 \
@@ -71,6 +73,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlimport,\
svl/source/fsstor/fsstorage \
svl/util/svl \
svtools/util/svt \
+ svx/util/svx \
toolkit/util/tk \
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \