[Libreoffice-commits] core.git: include/test

Michael Stahl (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 28 10:34:35 UTC 2020


 include/test/xmltesttools.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 92f308fdc4e425234742801001c87d330295f35a
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Fri Aug 28 12:29:38 2020 +0200
Commit:     Michael Stahl <michael.stahl at cib.de>
CommitDate: Fri Aug 28 12:33:57 2020 +0200

    test: fix misleading documentation of assertXPathNoAttribute()
    
    Change-Id: I5bb603fe1d615f7df790bcd352beb09d65dcb3a0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101536
    Reviewed-by: Michael Stahl <michael.stahl at cib.de>
    Tested-by: Michael Stahl <michael.stahl at cib.de>

diff --git a/include/test/xmltesttools.hxx b/include/test/xmltesttools.hxx
index d27e40796363..a23b55986b42 100644
--- a/include/test/xmltesttools.hxx
+++ b/include/test/xmltesttools.hxx
@@ -92,7 +92,7 @@ protected:
      */
     void          assertXPathChildren(const xmlDocUniquePtr& pXmlDoc, const OString& rXPath, int nNumberOfChildNodes);
     /**
-     * Assert that rXPath exists, has exactly 1 child node and does *not* have an attribute named rAttribute.
+     * Assert that rXPath exists, has exactly 1 result set nodes and does *not* have an attribute named rAttribute.
      */
     void          assertXPathNoAttribute(const xmlDocUniquePtr& pXmlDoc, const OString& rXPath, const OString& rAttribute);
 


More information about the Libreoffice-commits mailing list