unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f993a8930a660b23f099c91a6dc636fb4cbe6f87 Author: Alexander Wilms <[email protected]> Date: Tue Feb 25 22:44:55 2014 +0100 Remove visual noise from unotest Change-Id: I34d98f086d1a041516174a26cbf37fc3d75da155 Reviewed-on: https://gerrit.libreoffice.org/8333 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx index 12d4abf..553bcb9 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
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
