[Libreoffice-commits] core.git: Branch 'feature/OperationSmiley' - sc/qa

Armin Le Grand (CIB) Armin.Le.Grand at cib.de
Sat Mar 17 17:25:12 UTC 2018


 sc/qa/unit/tiledrendering/data/shape.ods |binary
 1 file changed

New commits:
commit fcbacef83be114c5899982952549fc1e7815db48
Author: Armin Le Grand <Armin.Le.Grand at cib.de (CIB)>
Date:   Sat Mar 17 18:20:10 2018 +0100

    OperationSmiley: Adapted TestDocument
    
    The OperationSmiley fix is about removing the old hack
    that for CustomShapes in top-left and bottom-right points
    were added. In the ScTiledRenderingTest::testGraphicInvalidate
    UnitTest using this document exactly that top-left wrong polygon
    was hit which is now no longer there. The used shape was an
    ellipse, so this makes a difference - there *is* no geometry
    in the top-left corner of this shape. To fix that, I exchanged
    the ellipe CustomShape with a rectangle CustomShape. That way,
    the old hit behaviour will be replicated.
    
    Change-Id: I4b96ad79ba91166f097207226577d34087625589

diff --git a/sc/qa/unit/tiledrendering/data/shape.ods b/sc/qa/unit/tiledrendering/data/shape.ods
old mode 100644
new mode 100755
index d2525f13cfe4..36da8a70c1cd
Binary files a/sc/qa/unit/tiledrendering/data/shape.ods and b/sc/qa/unit/tiledrendering/data/shape.ods differ


More information about the Libreoffice-commits mailing list