Need help for unit test with rotated shape in Calc
Regina Henschel
rb.henschel at t-online.de
Sat Dec 7 23:50:42 UTC 2019
Hi Miklos,
I have made some progress :)
I have put my test to sc/qa/extras/anchor.cxx. Everything works as
expected there. My first attempt was in sc/qa/unit/bugfix-test.cxx.
The difference seems to be, that class ScAnchorTest has a different
class hierarchy including class MacrosTest, which provides method
loadFromDesktop() and is used in sd/qa as well. Class ScFiltersTest is
only derived from class ScBootstrapFixture and that has its own method
loadDoc().
Question: Can I leave the test in "ScAnchorTest" in "extras", or should
I create a new test class in "unit", where I copy the hierarchy of
"ScAnchorTest", or something else?
Kind regards
Regina
Miklos Vajna schrieb am 03-Dec-19 um 11:22:
> Hi Regina,
>
> On Tue, Dec 03, 2019 at 01:38:59AM +0100, Regina Henschel <rb.henschel at t-online.de> wrote:
>> Any idea, how I can apply FitToCellSize() to a shape in a unit test?
>
> Here is an sc/ test dispatching an UNO command:
>
> sc/qa/unit/screenshots/screenshots.cxx:302
>
> though this is commented out, but gives you an idea how to get an
> SfxViewShell in Calc.
>
> Here is an sd/ test that does the same, and is an active test:
>
> sd/qa/unit/uiimpress.cxx:99
>
> Hopefully this is enough so that you can test your UNO command as well.
>
> Regards,
>
> Miklos
>
>
>
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>
More information about the LibreOffice
mailing list