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

also add a test case for title rotation, tdf#75015

Change-Id: Ie83b4fb4d7ae8a8b752dcacdaff00bfce0c72ed9
üst af46ffaf
...@@ -1334,6 +1334,8 @@ void Chart2ExportTest::testTitleManualLayoutXLSX() ...@@ -1334,6 +1334,8 @@ void Chart2ExportTest::testTitleManualLayoutXLSX()
double nY = aYVal.toDouble(); double nY = aYVal.toDouble();
CPPUNIT_ASSERT(nY > 0 && nY < 1); CPPUNIT_ASSERT(nY > 0 && nY < 1);
CPPUNIT_ASSERT(nX != nY); 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); CPPUNIT_TEST_SUITE_REGISTRATION(Chart2ExportTest);
......
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