diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-25 02:14:21 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-25 02:17:47 +0200 |
commit | e9fbe1f7cd28de2a9da8089d89e903406165eb56 (patch) | |
tree | 540b765ccfa689d14bd15c8e549abb320fa3a0bd /chart2/qa | |
parent | af46ffafb73ff305e53be8768033d69ca9e6e5e1 (diff) |
also add a test case for title rotation, tdf#75015
Change-Id: Ie83b4fb4d7ae8a8b752dcacdaff00bfce0c72ed9
Diffstat (limited to 'chart2/qa')
-rw-r--r-- | chart2/qa/extras/chart2export.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index fcc91a2e6354..00bec719ec20 100644 --- a/chart2/qa/extras/chart2export.cxx +++ b/chart2/qa/extras/chart2export.cxx @@ -1334,6 +1334,8 @@ void Chart2ExportTest::testTitleManualLayoutXLSX() double nY = aYVal.toDouble(); CPPUNIT_ASSERT(nY > 0 && nY < 1); CPPUNIT_ASSERT(nX != nY); + + assertXPath(pXmlDoc, "/c:chartSpace/c:chart/c:title/c:tx/c:rich/a:bodyPr", "rot", "1200000"); } CPPUNIT_TEST_SUITE_REGISTRATION(Chart2ExportTest); |