diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2020-08-28 12:29:38 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-08-28 12:33:57 +0200 |
commit | 92f308fdc4e425234742801001c87d330295f35a (patch) | |
tree | 40159b373d2350f9a892c2ce52d1a39df4f547cf | |
parent | a0f282f57213c4318c1de10d74ee43b850886147 (diff) |
test: fix misleading documentation of assertXPathNoAttribute()
Change-Id: I5bb603fe1d615f7df790bcd352beb09d65dcb3a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101536
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Tested-by: Michael Stahl <michael.stahl@cib.de>
-rw-r--r-- | include/test/xmltesttools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |