summaryrefslogtreecommitdiffstats
path: root/include/test
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2020-08-28 12:29:38 +0200
committerMichael Stahl <michael.stahl@cib.de>2020-08-28 12:33:57 +0200
commit92f308fdc4e425234742801001c87d330295f35a (patch)
tree40159b373d2350f9a892c2ce52d1a39df4f547cf /include/test
parentmake FixedLine final (diff)
downloadcore-92f308fdc4e425234742801001c87d330295f35a.tar.gz
core-92f308fdc4e425234742801001c87d330295f35a.zip
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>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/xmltesttools.hxx2
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);