From e401a3385ae9dd767bc815085535cd30a658f054 Mon Sep 17 00:00:00 2001 From: homeboy445 Date: Tue, 13 Jul 2021 21:04:46 +0530 Subject: backendtest: Asymmetrical Filled Drop Like Shape test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iacf121483aefa71d6f24e14782fcaf22c0d5d56e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118859 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- include/vcl/test/GraphicsRenderTests.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/vcl') 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()); -- cgit