From d99d1d2c4e8af92e333ef3912d401989239b49ed Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 6 Aug 2014 14:36:23 -0400 Subject: Remove the 2nd argument which was added unintentionally. Change-Id: I264dba74bf4cab4beb97b33d3a71e82601119372 --- chart2/qa/extras/xshape/chart2xshape.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/qa') diff --git a/chart2/qa/extras/xshape/chart2xshape.cxx b/chart2/qa/extras/xshape/chart2xshape.cxx index 0099eefa32a1..143fe6172404 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); -- cgit