summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-07-03 12:02:52 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-07-03 12:05:30 -0400
commit50a5d6ac3f81540ec510b6f88a26060f443395e9 (patch)
treecfd72beef931d4cb75be00d740e01a60c7009963 /chart2
parent6b322d0f9dab9973e73cea7f82a4b7adb20f74bd (diff)
Better and more descriptive naming.
Change-Id: Ic2e3b14399d2acc91c75922a25dc736b1605c320
Diffstat (limited to 'chart2')
-rw-r--r--chart2/qa/extras/chart2export.cxx8
-rw-r--r--chart2/qa/extras/data/docx/scatter-chart-text-x-values.docx (renamed from chart2/qa/extras/data/docx/fdo77216.docx)bin23974 -> 23974 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx
index 7ef8dc7c2edf..30b2a35a7e0d 100644
--- a/chart2/qa/extras/chart2export.cxx
+++ b/chart2/qa/extras/chart2export.cxx
@@ -37,7 +37,7 @@ public:
void testStockChart();
void testBarChart();
void testCrosses();
- void testScatterChart();
+ void testScatterChartTextXValues();
void testChartDataTable();
void testChartExternalData();
void testEmbeddingsGrabBag();
@@ -71,7 +71,7 @@ public:
CPPUNIT_TEST(testStockChart);
CPPUNIT_TEST(testBarChart);
CPPUNIT_TEST(testCrosses);
- CPPUNIT_TEST(testScatterChart);
+ CPPUNIT_TEST(testScatterChartTextXValues);
CPPUNIT_TEST(testChartDataTable);
CPPUNIT_TEST(testChartExternalData);
CPPUNIT_TEST(testEmbeddingsGrabBag);
@@ -518,9 +518,9 @@ void Chart2ExportTest::testCrosses()
assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:catAx/c:crosses", "val", "autoZero");
}
-void Chart2ExportTest::testScatterChart()
+void Chart2ExportTest::testScatterChartTextXValues()
{
- load("/chart2/qa/extras/data/docx/", "fdo77216.docx");
+ load("/chart2/qa/extras/data/docx/", "scatter-chart-text-x-values.docx");
xmlDocPtr pXmlDoc = parseExport("word/charts/chart", "Office Open XML Text");
if (!pXmlDoc)
return;
diff --git a/chart2/qa/extras/data/docx/fdo77216.docx b/chart2/qa/extras/data/docx/scatter-chart-text-x-values.docx
index b741bbce2157..b741bbce2157 100644
--- a/chart2/qa/extras/data/docx/fdo77216.docx
+++ b/chart2/qa/extras/data/docx/scatter-chart-text-x-values.docx
Binary files differ