[Libreoffice-commits] core.git: sd/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jul 26 09:10:59 UTC 2018


 sd/qa/unit/export-tests-ooxml2.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f13c4f11a1cae639ae2bc6dc5d4930ec979b0f33
Author:     Mark Hung <marklh9 at gmail.com>
AuthorDate: Wed Jul 25 21:10:41 2018 +0800
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Thu Jul 26 11:10:33 2018 +0200

    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 at cib.de>

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)");


More information about the Libreoffice-commits mailing list