Kaydet (Commit) f13c4f11 authored tarafından Mark Hung's avatar Mark Hung Kaydeden (comit) Michael Stahl

sd: remove incorrect comments in testTdf118783 and testTdf118768.

Remove comments that are copied from other tests by mistake.

Change-Id: I2dde9a7fc0c1e2f693947ff3bf9d83cf644a03cc
Reviewed-on: https://gerrit.libreoffice.org/57979
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst c60d77aa
......@@ -1700,7 +1700,6 @@ void SdOOXMLExportTest2::testTdf118783()
xDocShRef = saveAndReload(xDocShRef.get(), PPTX, &tempFile);
xDocShRef->DoClose();
// check that transition attribute didn't change from 'out' to 'in'
xmlDocPtr pXmlDocContent = parseExport(tempFile, "ppt/slides/slide1.xml");
OUString sAttributeName = getXPathContent(pXmlDocContent, "//p:animRot/p:cBhvr/p:attrNameLst/p:attrName");
CPPUNIT_ASSERT_EQUAL(OUString("r"), sAttributeName);
......@@ -1764,7 +1763,6 @@ void SdOOXMLExportTest2::testTdf118768()
utl::TempFile tempFile;
xDocShRef = saveAndReload(xDocShRef.get(), PPTX, &tempFile);
// check that transition attribute didn't change from 'out' to 'in'
xmlDocPtr pXmlDocContent = parseExport(tempFile, "ppt/slides/slide1.xml");
assertXPath(pXmlDocContent, "//p:anim[1]", "from", "(-#ppt_w/2)");
assertXPath(pXmlDocContent, "//p:anim[1]", "to", "(#ppt_x)");
......
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