summaryrefslogtreecommitdiff
path: root/sd/qa
diff options
context:
space:
mode:
authorMark Hung <marklh9@gmail.com>2018-07-25 21:10:41 +0800
committerMichael Stahl <Michael.Stahl@cib.de>2018-07-26 11:10:33 +0200
commitf13c4f11a1cae639ae2bc6dc5d4930ec979b0f33 (patch)
treeeb9cac03df1464fbdaf131e4d0e0b156b66dd0dd /sd/qa
parentc60d77aac98049c8f58ae780d1c01d10acce7f1a (diff)
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: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sd/qa')
-rw-r--r--sd/qa/unit/export-tests-ooxml2.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/qa/unit/export-tests-ooxml2.cxx b/sd/qa/unit/export-tests-ooxml2.cxx
index 26b5c4a8937c..3f9ff8fffbc5 100644
--- a/sd/qa/unit/export-tests-ooxml2.cxx
+++ b/sd/qa/unit/export-tests-ooxml2.cxx
@@ -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)");