test/source/screenshot_test.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit dd48fc2f3e5d48695a55aa3df175b9247ddf34e0
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Oct 9 10:24:24 2019 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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);
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to