Kaydet (Commit) 9c2af3c8 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Fix the test. It's bar3DChart not barChart.

Change-Id: I8e504dfee81557a1965bb4bbce4ea975c13fe775
üst 3683cdde
...@@ -822,8 +822,8 @@ void Chart2ExportTest::testDataLabel3DChartDOCX() ...@@ -822,8 +822,8 @@ void Chart2ExportTest::testDataLabel3DChartDOCX()
// We must not export label position attributes for 3D bar charts. The // We must not export label position attributes for 3D bar charts. The
// same rule also applies to several other 3D charts, apparently. // same rule also applies to several other 3D charts, apparently.
assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:barChart/c:ser/c:dLbls/c:dLblPos", 0); assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:bar3DChart/c:ser/c:dLbls/c:dLblPos", 0);
assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:barChart/c:ser/c:dLbls/c:dLbl/c:dLblPos", 0); assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:bar3DChart/c:ser/c:dLbls/c:dLbl/c:dLblPos", 0);
} }
void Chart2ExportTest::testDataLabelDoughnutChartDOCX() void Chart2ExportTest::testDataLabelDoughnutChartDOCX()
......
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