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

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 24 07:53:23 UTC 2019


 writerperfect/qa/unit/WpftDrawFilterTest.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cfbb223d5666cb803539ac98918ff39b27efc6e7
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Tue Apr 23 23:32:50 2019 +0200
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Wed Apr 24 09:52:21 2019 +0200

    fix filename of a test file in writerperfect
    
    Was broken in d077b19a3f617f5ef.
    
    Change-Id: I5f0e0ca7c60f0f09381ee7eebd7d49d5533e07af
    Reviewed-on: https://gerrit.libreoffice.org/71145
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/writerperfect/qa/unit/WpftDrawFilterTest.cxx b/writerperfect/qa/unit/WpftDrawFilterTest.cxx
index 7d96e5a6557f..ddb5be888094 100644
--- a/writerperfect/qa/unit/WpftDrawFilterTest.cxx
+++ b/writerperfect/qa/unit/WpftDrawFilterTest.cxx
@@ -32,7 +32,7 @@ void WpftDrawFilterTest::test()
 {
     const writerperfect::test::WpftOptionalMap_t aMWAWOptional{
         { "ClarisDraw.hqx", REQUIRE_MWAW_VERSION(0, 3, 5) },
-        { "CorelPainter_3_win", REQUIRE_MWAW_VERSION(0, 3, 15) },
+        { "CorelPainter_3_win.rif", REQUIRE_MWAW_VERSION(0, 3, 15) },
         { "CorelPainter_10", REQUIRE_MWAW_VERSION(0, 3, 15) },
         { "CricketDraw_1.0.hqx", REQUIRE_MWAW_VERSION(0, 3, 8) },
         { "CricketDraw_1.1.hqx", REQUIRE_MWAW_VERSION(0, 3, 8) },


More information about the Libreoffice-commits mailing list