[Libreoffice-commits] .: 2 commits - starmath/CppunitTest_starmath_qa_cppunit.mk starmath/prj sw/CppunitTest_sw_swdoc_test.mk sw/CppunitTest_sw_test_filters.mk sw/prj

Caolán McNamara caolan at kemper.freedesktop.org
Fri Jul 1 01:10:33 PDT 2011


 starmath/CppunitTest_starmath_qa_cppunit.mk |    1 +
 starmath/prj/build.lst                      |    2 +-
 sw/CppunitTest_sw_swdoc_test.mk             |    1 +
 sw/CppunitTest_sw_test_filters.mk           |    1 +
 sw/prj/build.lst                            |    2 +-
 5 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 2782df6e99826d6558c0b0de145baeaa8515ae91
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jun 30 16:17:52 2011 +0100

    add modified unoexceptionprotector for better error msgs from exceptions

diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk
index 5d22f83..bfd17e4 100644
--- a/starmath/CppunitTest_starmath_qa_cppunit.mk
+++ b/starmath/CppunitTest_starmath_qa_cppunit.mk
@@ -90,6 +90,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,starmath_qa_cppunit,\
 $(eval $(call gb_CppunitTest_set_args,starmath_qa_cppunit,\
     --headless \
     --invisible \
+    --protector unoexceptionprotector$(gb_Library_PLAINEXT) unoexceptionprotector \
 ))
 
 $(eval $(call gb_RdbTarget_RdbTarget,starmath_qa_cppunit))
diff --git a/starmath/prj/build.lst b/starmath/prj/build.lst
index 6b60a03..924ca7f 100644
--- a/starmath/prj/build.lst
+++ b/starmath/prj/build.lst
@@ -1,2 +1,2 @@
-sm	starmath	: LIBXSLT:libxslt TRANSLATIONS:translations svx configmgr dtrans ure NULL
+sm	starmath	: LIBXSLT:libxslt TRANSLATIONS:translations svx configmgr dtrans ure test NULL
 sm	starmath\prj							nmake	-	all	sm_prj NULL
commit de7381f56766e6962736e81dc62fdb8ecad953b1
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jun 30 16:13:20 2011 +0100

    add modified unoexceptionprotector for better error msgs from exceptions

diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk
index 636ca29..708912f 100644
--- a/sw/CppunitTest_sw_swdoc_test.mk
+++ b/sw/CppunitTest_sw_swdoc_test.mk
@@ -100,6 +100,7 @@ $(call gb_CppunitTest_get_target,sw_swdoc_test) : \
 $(eval $(call gb_CppunitTest_set_args,sw_swdoc_test,\
     --headless \
     --invisible \
+    --protector unoexceptionprotector$(gb_Library_PLAINEXT) unoexceptionprotector \
 ))
 
 $(eval $(call gb_RdbTarget_RdbTarget,sw_swdoc_test))
diff --git a/sw/CppunitTest_sw_test_filters.mk b/sw/CppunitTest_sw_test_filters.mk
index 3e30451..f297767 100644
--- a/sw/CppunitTest_sw_test_filters.mk
+++ b/sw/CppunitTest_sw_test_filters.mk
@@ -78,6 +78,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,sw_filters_test,\
 $(eval $(call gb_CppunitTest_set_args,sw_filters_test,\
     --headless \
     --invisible \
+    --protector unoexceptionprotector$(gb_Library_PLAINEXT) unoexceptionprotector \
 ))
 
 $(eval $(call gb_RdbTarget_RdbTarget,sw_filters_test))
diff --git a/sw/prj/build.lst b/sw/prj/build.lst
index fd8edc9..75c602e 100644
--- a/sw/prj/build.lst
+++ b/sw/prj/build.lst
@@ -1,2 +1,2 @@
-sw      sw      :    filter TRANSLATIONS:translations connectivity writerperfect vbahelper svx stoc writerfilter unoxml fileaccess package forms toolkit dbaccess comphelper LIBXSLT:libxslt NULL
+sw      sw      :    filter TRANSLATIONS:translations connectivity writerperfect vbahelper svx stoc writerfilter unoxml fileaccess package forms toolkit dbaccess comphelper LIBXSLT:libxslt test NULL
 sw sw\prj nmake - all sw_prj   NULL


More information about the Libreoffice-commits mailing list