From f993a8930a660b23f099c91a6dc636fb4cbe6f87 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 22:44:55 +0100 Subject: Remove visual noise from unotest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I34d98f086d1a041516174a26cbf37fc3d75da155 Reviewed-on: https://gerrit.libreoffice.org/8333 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unotest/source') diff --git a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx index 12d4abf1f1c3..553bcb970888 100644 --- a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx +++ b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx @@ -48,10 +48,10 @@ using namespace com::sun::star; //cppunit calls instantiates a new TextFixture for each test and calls setUp //and tearDown on that for every test in a fixture -// + //We basically need to call dispose on our root component context context to //shut down cleanly in the right order. -// + //But we can't setup and tear down the root component context for //every test because all the uno singletons will be invalid after //the first dispose. So lets setup the default context once before -- cgit