Remove visual noise from unotest

Change-Id: I34d98f086d1a041516174a26cbf37fc3d75da155
Reviewed-on: https://gerrit.libreoffice.org/8333
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Alexander Wilms
2014-02-25 22:44:55 +01:00
committed by Caolán McNamara
parent 4654e9b113
commit f993a8930a

View File

@@ -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