From cc27264466c372d83d9a37001919ec73f5c221b3 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 19 Nov 2013 18:07:28 +0100 Subject: CppunitTest_sw_ooxmlexport: speed this up a bit We don't have too much testcases where we assert directly the resulting zipped XML files, but where we did, we actully invoked filter() 5 times, even if 3 times is enough, fix this. That causes the testcase to run in 1m24.754s (previously it was 1m30.278s). Additionally, at one case the XML result is an expected one, having matching testcase and manual results is always good. Change-Id: Ie905002b113bc84f1e517c35f14739f423fd8ea2 --- sw/CppunitTest_sw_uiwriter.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/CppunitTest_sw_uiwriter.mk') diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk index b4c125769bf8..721cbf6bfe8b 100644 --- a/sw/CppunitTest_sw_uiwriter.mk +++ b/sw/CppunitTest_sw_uiwriter.mk @@ -26,6 +26,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_uiwriter, \ unotest \ vcl \ tl \ + utl \ $(gb_UWINAPI) \ )) -- cgit v1.2.3