Need help for unit tests
Regina Henschel
rb.henschel at t-online.de
Tue Jul 28 13:06:08 UTC 2020
Hi Miklos,
Miklos Vajna schrieb am 27-Jul-20 um 09:20:
> Hi Regina,
>
> I guess the problem is that static counter in
>
> oox/source/export/shapes.cxx:1970
>
> This could be improved to do the same way as the DOCX export does in
>
> sw/source/filter/ww8/docxattributeoutput.cxx:5165
>
> i.e. do not have a static counter, rather make the counter a member of
> the exporter class.
>
> That way you would always get chart1.xml for the first chart of the
> document on save.
Thank you for the hint. That means, I need to solve that, before going
further.
And I have learned from you in another thread, that it would be better
to have smaller test suites. So I tend to move the chart related tests
to an own file.
Kind regards
Regina
More information about the LibreOffice
mailing list