[Libreoffice-commits] core.git: Branch 'aoo/trunk' - basegfx/test

Damjan Jovanovic damjan at apache.org
Mon Aug 24 11:08:45 PDT 2015


 basegfx/test/basegfx2d.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c040a9c430a21c074b0d31ae91a9ff579537c40e
Author: Damjan Jovanovic <damjan at apache.org>
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#):


More information about the Libreoffice-commits mailing list