basegfx/test/basegfx2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c040a9c430a21c074b0d31ae91a9ff579537c40e Author: Damjan Jovanovic <[email protected]> Date: Mon Aug 24 17:51:36 2015 +0000 Fix a mistyped comma in a basegfx test commited in 1536730. diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx index b317d7b..73a3ba3 100644 --- a/basegfx/test/basegfx2d.cxx +++ b/basegfx/test/basegfx2d.cxx @@ -193,7 +193,7 @@ public: CPPUNIT_ASSERT_MESSAGE("importing simple bezier polygon from SVG-D", tools::importFromSvgD( aReImport, aExport, false, 0)); CPPUNIT_ASSERT_MESSAGE("re-imported polygon needs to be identical", aReImport == aPoly); - CPPUNIT_ASSERT_MESSAGE("importing '@' from SVG-D", tools::importFromSvgD( aPoly, aPath2, , false, 0)); + CPPUNIT_ASSERT_MESSAGE("importing '@' from SVG-D", tools::importFromSvgD( aPoly, aPath2, false, 0)); aExport = tools::exportToSvgD( aPoly, true, true, false ); // Adaptions for B2DPolygon bezier change (see #i77162#): _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
