summaryrefslogtreecommitdiff
path: root/sw/qa/extras
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2024-09-12 13:08:48 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2024-09-12 15:27:45 +0200
commitef33c1e17052509a1541c0a0182ba3adafafe2cf (patch)
treee375b2165496c7304aec074f29f8a25aaf135944 /sw/qa/extras
parent133902f4ad6a8b0301fd9d34d424e27a5cb50570 (diff)
SwModelTestBase: remove duplicated code to print execution time
This is already handled in class TimingListener in sal/cppunittester/cppunittester.cxx Change-Id: I77d330351d53ef084597e6f46099d1d16f59aae5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173258 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins
Diffstat (limited to 'sw/qa/extras')
-rw-r--r--sw/qa/extras/mailmerge/mailmergetestbase.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/extras/mailmerge/mailmergetestbase.cxx b/sw/qa/extras/mailmerge/mailmergetestbase.cxx
index fb5c57767871..fc6e084ac21a 100644
--- a/sw/qa/extras/mailmerge/mailmergetestbase.cxx
+++ b/sw/qa/extras/mailmerge/mailmergetestbase.cxx
@@ -94,7 +94,6 @@ public:
column != nullptr);
verify();
- finish();
mnCurOutputType = 0;
}
@@ -266,7 +265,6 @@ public:
mxComponent->dispose();
// Output name early, so in the case of a hang, the name of the hanging input file is visible.
std::cout << filename << ",";
- mnStartTime = osl_getGlobalTimer();
mxComponent = loadFromDesktop(msMailMergeOutputURL + "/" + filename,
u"com.sun.star.text.TextDocument"_ustr);
calcLayout();