summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-12-06 20:19:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-12-06 20:28:55 +0100
commit465c34f6e9be7390c00fd03bdb964fc63e5edd05 (patch)
tree3320c4800b6603739a004d14413032c2a129396a /test
parent6f5fa503793e1e6d97be62ee6a3ae84065b98fb0 (diff)
ucbhelper::ContentBroker::deinitialize is static.
Diffstat (limited to 'test')
-rw-r--r--test/source/bootstrapfixture.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/bootstrapfixture.cxx b/test/source/bootstrapfixture.cxx
index dccd3a4b08c6..c059d3a0df60 100644
--- a/test/source/bootstrapfixture.cxx
+++ b/test/source/bootstrapfixture.cxx
@@ -103,7 +103,7 @@ void test::BootstrapFixture::setUp()
void test::BootstrapFixture::tearDown()
{
- ucbhelper::ContentBroker::get()->deinitialize();
+ ucbhelper::ContentBroker::deinitialize();
test::BootstrapFixtureBase::tearDown();
}