summaryrefslogtreecommitdiffstats
path: root/chart2/qa
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-08 02:46:41 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-08 02:46:56 +0200
commit0ff4ec7f0a44af22794c2919a13978b3af1bb0b3 (patch)
tree35f1e022b7914c3ad1636a64af2bdb8c28287485 /chart2/qa
parenttdf#39468 translated german comments in tabview.cxx and tabview2.cxx (diff)
downloadcore-0ff4ec7f0a44af22794c2919a13978b3af1bb0b3.tar.gz
core-0ff4ec7f0a44af22794c2919a13978b3af1bb0b3.zip
Revert "Related: tdf#93676 in msword chart appears with axis positioned between ticks"
This reverts commit 10654c038c0bc20fb348be7164e08f3de98718f4.
Diffstat (limited to 'chart2/qa')
-rw-r--r--chart2/qa/extras/chart2export.cxx9
-rw-r--r--chart2/qa/extras/data/odt/axis-position.odtbin21224 -> 0 bytes
2 files changed, 0 insertions, 9 deletions
diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx
index 7004e97a3368..1e73718ec2ab 100644
--- a/chart2/qa/extras/chart2export.cxx
+++ b/chart2/qa/extras/chart2export.cxx
@@ -99,7 +99,6 @@ public:
void testBarChartVaryColorsXLSX();
void testMultipleAxisXLSX();
void testAxisTitleRotationXLSX();
- void testAxisCrossBetweenXSLX();
CPPUNIT_TEST_SUITE(Chart2ExportTest);
CPPUNIT_TEST(testErrorBarXLSX);
@@ -163,7 +162,6 @@ public:
CPPUNIT_TEST(testBarChartVaryColorsXLSX);
CPPUNIT_TEST(testMultipleAxisXLSX);
CPPUNIT_TEST(testAxisTitleRotationXLSX);
- CPPUNIT_TEST(testAxisCrossBetweenXSLX);
CPPUNIT_TEST_SUITE_END();
protected:
@@ -1475,13 +1473,6 @@ void Chart2ExportTest::testAxisTitleRotationXLSX()
assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:plotArea/c:valAx/c:title/c:tx/c:rich/a:bodyPr", "rot", "0");
}
-void Chart2ExportTest::testAxisCrossBetweenXSLX()
-{
- load("/chart2/qa/extras/data/odt/", "axis-position.odt");
- xmlDocPtr pXmlDoc = parseExport("word/charts/chart", "Office Open XML Text");
- assertXPath(pXmlDoc, "(//c:crossBetween)[1]", "val", "midCat");
-}
-
CPPUNIT_TEST_SUITE_REGISTRATION(Chart2ExportTest);
CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/chart2/qa/extras/data/odt/axis-position.odt b/chart2/qa/extras/data/odt/axis-position.odt
deleted file mode 100644
index 35ea152aa0d9..000000000000
--- a/chart2/qa/extras/data/odt/axis-position.odt
+++ /dev/null
Binary files differ