bump product version to 7.6.3.2-android
[LibreOffice.git] / canvas / qa / cppunit / README
blobf4fc2f2e04670e6ab222996ed50e5b15ad81c1ac
1 How to write a canvas test:
2 ===========================
4 The easiest (relatively speaking) way is to copy&paste from somewhere. Use existing tests
5 as the base, or canvas/workben/canvasdemo.cxx should be a good source too. If that doesn't
6 help, then you'll need to find the right UNO interfaces (see canvas/README). Have "fun".
9 Currently only the vclcanvas implementation is tested, because it's the only one
10 capable of working with offscreen surfaces. Other implementations would need to
11 be fixed, and then added to the gb_CppunitTest_use_components list in the makefile.