[Libreoffice-commits] core.git: unotest/source

Alexander Wilms f.alexander.wilms at gmail.com
Wed Feb 26 01:34:36 PST 2014


 unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f993a8930a660b23f099c91a6dc636fb4cbe6f87
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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


More information about the Libreoffice-commits mailing list