summaryrefslogtreecommitdiff
path: root/basic/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-17 13:35:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-17 13:35:54 +0200
commitcdd7e25a5b7be8f6161629417c96fcf76858c135 (patch)
tree8af9145e6f20a5f9e4c4f0e527342c94eb91f4ef /basic/qa
parent1e5e5c4022d582e2bef86425560f5109d41bdd63 (diff)
These tests do not need the UCB
Change-Id: Ic5cd29efc01df5c77a7b4619f3e0cddb483817a6
Diffstat (limited to 'basic/qa')
-rw-r--r--basic/qa/cppunit/basictest.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx
index 79a3fe397653..bb26a2349bcb 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 * );