[Libreoffice-commits] core.git: chart2/qa
Kohei Yoshida
kohei.yoshida at collabora.com
Wed Aug 6 11:37:50 PDT 2014
chart2/qa/extras/xshape/chart2xshape.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d99d1d2c4e8af92e333ef3912d401989239b49ed
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Wed Aug 6 14:36:23 2014 -0400
Remove the 2nd argument which was added unintentionally.
Change-Id: I264dba74bf4cab4beb97b33d3a71e82601119372
diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx b/chart2/qa/extras/xshape/chart2xshape.cxx
index 0099eef..143fe61 100644
--- a/chart2/qa/extras/xshape/chart2xshape.cxx
+++ b/chart2/qa/extras/xshape/chart2xshape.cxx
@@ -84,7 +84,7 @@ void Chart2XShapeTest::testFdo75075()
void Chart2XShapeTest::testPropertyMappingBarChart()
{
load("chart2/qa/extras/xshape/data/ods/", "property-mapping-bar.ods");
- compareAgainstReference("property-mapping-bar.xml", true);
+ compareAgainstReference("property-mapping-bar.xml");
}
CPPUNIT_TEST_SUITE_REGISTRATION(Chart2XShapeTest);
More information about the Libreoffice-commits
mailing list