summaryrefslogtreecommitdiff
path: root/test/source/xmltesttools.cxx
AgeCommit message (Collapse)AuthorFilesLines
2014-09-30Factor out duplicated code to XmlTestTools::assertXPathNoAttribute()Miklos Vajna1-0/+12
Change-Id: I1eb3778e6bcdd8c44ffb9a7548add109331fc83b
2014-09-23Include name of document in CPPUNIT_ASSERT msgsStephan Bergmann1-8/+8
Change-Id: Ia0d06d1e0951bcc3930d5e059658209a2916405f
2014-08-28parseXml should return xmlDocPtr instead of htmlDocPtrTomaž Vajngerl1-1/+1
Change-Id: Ia9fb79ea40ca840d7328a078e747ad64a63d18f1
2014-06-16xmlChildElementCount is only available in libxml2 >= 2.7.3Douglas Mencken1-0/+6
fixes build error Undefined symbols: _xmlChildElementCount Change-Id: I9687971912b4d0ae55bf1d9ad987fd339fcbec7e Reviewed-on: https://gerrit.libreoffice.org/9788 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-02Fix memory leaks in test codeStephan Bergmann1-9/+24
Change-Id: Ifa756a5da636e0b37654ad83900115872bc40f0e
2014-05-15test: parseXmlStream & parseHtmlStream added to test toolsTomaž Vajngerl1-0/+17
Change-Id: Iff8af5e9ffefb4c3cecf387b16473d45e8b4a65a
2014-04-30test: move XmlTestTools API documentation to the headerMiklos Vajna1-26/+0
Change-Id: Iae56b1fb68fde0cbc44f6b9e37ba1a66194b25e0
2014-04-29tests: add XML and HTML test tools to test moduleTomaž Vajngerl1-0/+124
XML and HTML parsing and XPath asserts are used by many test in sw, sc and sd modules. This commit moves this functionallity to test module, where it is available to all modules. Change-Id: I53ad9c45b24f4c9bf106cb58ea619002968bfeda