From 34f6f96ecbc08632da82bc29e7f609b75af51e52 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 30 Jun 2011 16:18:21 +0100 Subject: add modified unoexceptionprotector for better error msgs from exceptions --- hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk | 1 + hwpfilter/prj/build.lst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'hwpfilter') diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk index 02024b707f46..9f23f1dc062d 100644 --- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk +++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk @@ -67,6 +67,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,hwpfilter_test_hwpfilter,\ $(eval $(call gb_CppunitTest_set_args,hwpfilter_test_hwpfilter,\ --headless \ --invisible \ + --protector unoexceptionprotector$(gb_Library_PLAINEXT) unoexceptionprotector \ )) $(eval $(call gb_RdbTarget_RdbTarget,hwpfilter_test_hwpfilter)) diff --git a/hwpfilter/prj/build.lst b/hwpfilter/prj/build.lst index ea3f26894883..5eb79927bdd0 100644 --- a/hwpfilter/prj/build.lst +++ b/hwpfilter/prj/build.lst @@ -1,2 +1,2 @@ -hw hwpfilter : offapi cppuhelper ZLIB:zlib LIBXSLT:libxslt ucbhelper ucb ure NULL +hw hwpfilter : offapi cppuhelper ZLIB:zlib LIBXSLT:libxslt ucbhelper ucb ure test NULL hw hwpfilter\prj nmake - all hw_prj NULL -- cgit