[Libreoffice-commits] .: basic/CppunitTest_basic_enable.mk basic/CppunitTest_basic_nested_struct.mk basic/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 17 04:36:35 PDT 2012


 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 <sbergman at 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 * );


More information about the Libreoffice-commits mailing list