https://bugs.documentfoundation.org/show_bug.cgi?id=141908

            Bug ID: 141908
           Summary: CppUnittests: replace usage of sal_Int32 with colors
           Product: LibreOffice
           Version: 7.2.0.0.alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

Some CppUnittests use 'sal_Int32' instead of 'Color' to deal with color
properties. If the fail, the output from the assert looks like

- Expected: 14729932
- Actual  : 14729933

while if 'Color' is used, the output is

- Expected: Color: R:224 G:194 B:204 A:0
- Actual  : Color: R:224 G:194 B:205 A:0

which is more human readable.
This task is about looking for unittests where sal_Int32 is used and replaced
them with Color. In Writer, the unittests are in sw/qa, in Calc in sc/qa and in
Impress in sd/qa

Example:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=a7d862560e273442891432a88dff9a320c80575a

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to