[Libreoffice-commits] core.git: test/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 9 10:46:10 UTC 2019
test/source/screenshot_test.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit dd48fc2f3e5d48695a55aa3df175b9247ddf34e0
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Oct 9 10:24:24 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Oct 9 12:44:22 2019 +0200
log output filename
Change-Id: Ib6c0045edb5d4a5d86c40f354dc99ab2fb693ca4
Reviewed-on: https://gerrit.libreoffice.org/80534
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/test/source/screenshot_test.cxx b/test/source/screenshot_test.cxx
index e849bae672ce..42dd194d6fe1 100644
--- a/test/source/screenshot_test.cxx
+++ b/test/source/screenshot_test.cxx
@@ -89,6 +89,7 @@ void ScreenshotTest::implSaveScreenshot(const BitmapEx& rScreenshot, const OStri
SvFileStream aNew(pngUrl, StreamMode::WRITE | StreamMode::TRUNC);
CPPUNIT_ASSERT_MESSAGE(OUStringToOString("Failed to open <" + pngUrl + ">: " + OUString::number(sal_uInt32(aNew.GetErrorCode())), RTL_TEXTENCODING_UTF8).getStr(), aNew.IsOpen());
+ std::cout << "saving " << pngUrl << ":\n";
vcl::PNGWriter aPNGWriter(rScreenshot);
aPNGWriter.Write(aNew);
}
More information about the Libreoffice-commits
mailing list