diff options
author | homeboy445 <akshitsan13@gmail.com> | 2021-07-13 21:04:46 +0530 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-16 13:49:38 +0200 |
commit | e401a3385ae9dd767bc815085535cd30a658f054 (patch) | |
tree | 08f7234b4d7d36fb7d70cc201c5b9dfcc81d129f /include | |
parent | 183f66f79b40b6159a0edcf1b49c3aa612c90525 (diff) |
backendtest: Asymmetrical Filled Drop Like Shape test
Change-Id: Iacf121483aefa71d6f24e14782fcaf22c0d5d56e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118859
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/test/GraphicsRenderTests.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/test/GraphicsRenderTests.hxx b/include/vcl/test/GraphicsRenderTests.hxx index 27c760c8b837..7aaca9c5874d 100644 --- a/include/vcl/test/GraphicsRenderTests.hxx +++ b/include/vcl/test/GraphicsRenderTests.hxx @@ -116,6 +116,7 @@ class VCL_PLUGIN_PUBLIC GraphicsRenderTests void testHalfEllipseAAWithPolygon(); void testClosedBezierWithPolyline(); void testClosedBezierWithPolygon(); + void testFilledAsymmetricalDropShape(); static OUString returnTestStatus(vcl::test::TestResult const result); void runALLTests(); void appendTestResult(OUString aTestName, OUString aTestStatus, Bitmap aTestBitmap = Bitmap()); |