chart2/qa/extras/xshape/chart2xshape.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d99d1d2c4e8af92e333ef3912d401989239b49ed Author: Kohei Yoshida <[email protected]> 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); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
