Kaydet (Commit) cdd7e25a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

These tests do not need the UCB

Change-Id: Ic5cd29efc01df5c77a7b4619f3e0cddb483817a6
üst 1e5e5c40
...@@ -52,7 +52,5 @@ $(eval $(call gb_CppunitTest_use_ure,basic_enable)) ...@@ -52,7 +52,5 @@ $(eval $(call gb_CppunitTest_use_ure,basic_enable))
$(eval $(call gb_CppunitTest_use_components,basic_enable,\ $(eval $(call gb_CppunitTest_use_components,basic_enable,\
configmgr/source/configmgr \ configmgr/source/configmgr \
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,basic_enable)) $(eval $(call gb_CppunitTest_use_configuration,basic_enable))
...@@ -53,8 +53,6 @@ $(eval $(call gb_CppunitTest_use_ure,basic_nested_struct)) ...@@ -53,8 +53,6 @@ $(eval $(call gb_CppunitTest_use_ure,basic_nested_struct))
$(eval $(call gb_CppunitTest_use_components,basic_nested_struct,\ $(eval $(call gb_CppunitTest_use_components,basic_nested_struct,\
configmgr/source/configmgr \ configmgr/source/configmgr \
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
)) ))
$(eval $(call gb_CppunitTest_use_configuration,basic_nested_struct)) $(eval $(call gb_CppunitTest_use_configuration,basic_nested_struct))
......
...@@ -22,7 +22,7 @@ class BasicTestBase : public test::BootstrapFixture ...@@ -22,7 +22,7 @@ class BasicTestBase : public test::BootstrapFixture
private: private:
bool mbError; bool mbError;
public: public:
BasicTestBase() : mbError(false) {}; BasicTestBase() : BootstrapFixture(true, false), mbError(false) {};
DECL_LINK( BasicErrorHdl, StarBASIC * ); DECL_LINK( BasicErrorHdl, StarBASIC * );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment