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:
committed by
Caolán McNamara
parent
4654e9b113
commit
f993a8930a
@@ -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
|
||||
|
Reference in New Issue
Block a user