[Libreoffice-commits] core.git: sw/qa

Stephan Bergmann sbergman at redhat.com
Thu Jan 21 23:21:07 PST 2016


 sw/qa/extras/inc/swmodeltestbase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3b9f894b40ed6df39949ac1442adee34cf65d7bf
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jan 22 08:20:35 2016 +0100

    Yes, output the name early
    
    Change-Id: Ib2975598b2b1e4ddd875ab873de9716418949868

diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx
index ebfacd4..e9f974a 100644
--- a/sw/qa/extras/inc/swmodeltestbase.hxx
+++ b/sw/qa/extras/inc/swmodeltestbase.hxx
@@ -593,7 +593,7 @@ protected:
             mxComponent->dispose();
         // Output name early, so in the case of a hang, the name of the hanging input file is visible.
         if (pName)
-            std::cout << pName << ",";
+            std::cout << pName << ":\n";
         mnStartTime = osl_getGlobalTimer();
         mxComponent = loadFromDesktop(rURL, "com.sun.star.text.TextDocument");
         discardDumpedLayout();


More information about the Libreoffice-commits mailing list