diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 22:44:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 03:34:13 -0600 |
commit | f993a8930a660b23f099c91a6dc636fb4cbe6f87 (patch) | |
tree | ef4aa011ee72bf03e0a32fd1ec5e8e3381129bad /unotest/source | |
parent | 4654e9b113a66c800161d0ee82d587055fff4f8b (diff) |
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>
Diffstat (limited to 'unotest/source')
-rw-r--r-- | unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |