basic/CppunitTest_basic_enable.mk | 2 -- basic/CppunitTest_basic_nested_struct.mk | 2 -- basic/qa/cppunit/basictest.hxx | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-)
New commits: commit cdd7e25a5b7be8f6161629417c96fcf76858c135 Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Sep 17 13:35:47 2012 +0200 These tests do not need the UCB Change-Id: Ic5cd29efc01df5c77a7b4619f3e0cddb483817a6 diff --git a/basic/CppunitTest_basic_enable.mk b/basic/CppunitTest_basic_enable.mk index f6c72f5..3857909 100644 --- a/basic/CppunitTest_basic_enable.mk +++ b/basic/CppunitTest_basic_enable.mk @@ -52,7 +52,5 @@ $(eval $(call gb_CppunitTest_use_ure,basic_enable)) $(eval $(call gb_CppunitTest_use_components,basic_enable,\ configmgr/source/configmgr \ - ucb/source/core/ucb1 \ - ucb/source/ucp/file/ucpfile1 \ )) $(eval $(call gb_CppunitTest_use_configuration,basic_enable)) diff --git a/basic/CppunitTest_basic_nested_struct.mk b/basic/CppunitTest_basic_nested_struct.mk index 78aee47..4b0e33d 100644 --- a/basic/CppunitTest_basic_nested_struct.mk +++ b/basic/CppunitTest_basic_nested_struct.mk @@ -53,8 +53,6 @@ $(eval $(call gb_CppunitTest_use_ure,basic_nested_struct)) $(eval $(call gb_CppunitTest_use_components,basic_nested_struct,\ configmgr/source/configmgr \ - ucb/source/core/ucb1 \ - ucb/source/ucp/file/ucpfile1 \ )) $(eval $(call gb_CppunitTest_use_configuration,basic_nested_struct)) diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx index 79a3fe3..bb26a23 100644 --- a/basic/qa/cppunit/basictest.hxx +++ b/basic/qa/cppunit/basictest.hxx @@ -22,7 +22,7 @@ class BasicTestBase : public test::BootstrapFixture private: bool mbError; public: - BasicTestBase() : mbError(false) {}; + BasicTestBase() : BootstrapFixture(true, false), mbError(false) {}; DECL_LINK( BasicErrorHdl, StarBASIC * ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits