summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-22 08:20:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-22 08:20:35 +0100
commit3b9f894b40ed6df39949ac1442adee34cf65d7bf (patch)
tree1c293a35676858c82160c248e30cb3b1c578ac52 /sw
parentb75cb14034b51e9a385be37cf7f70e0df40d50ec (diff)
Yes, output the name early
Change-Id: Ib2975598b2b1e4ddd875ab873de9716418949868
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/inc/swmodeltestbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx
index ebfacd410e4d..e9f974ad6f99 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();