Kaydet (Commit) a1d2c881 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add test case for property mapping

Change-Id: Ib8630d15f40b00c8620eeb1c79d5d9f00d07ef49
üst d005413c
......@@ -28,9 +28,11 @@ class Chart2XShapeTest : public ChartTest
public:
void testFdo75075();
void testPropertyMappingBarChart();
CPPUNIT_TEST_SUITE(Chart2XShapeTest);
CPPUNIT_TEST(testFdo75075);
CPPUNIT_TEST(testPropertyMappingBarChart);
CPPUNIT_TEST_SUITE_END();
private:
......@@ -79,6 +81,12 @@ void Chart2XShapeTest::testFdo75075()
compareAgainstReference("fdo75075.xml");
}
void Chart2XShapeTest::testPropertyMappingBarChart()
{
load("chart2/qa/extras/xshape/data/ods/", "property-mapping-bar.ods");
compareAgainstReference("property-mapping-bar.xml", true);
}
CPPUNIT_TEST_SUITE_REGISTRATION(Chart2XShapeTest);
CPPUNIT_PLUGIN_IMPLEMENT();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment