summaryrefslogtreecommitdiff
path: root/test/source/xmltesttools.cxx
AgeCommit message (Expand)Author
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18XmlTestTools: fix conversion from UTF-8 xmlChar strings to OUStringStephan Bergmann
2014-09-30Factor out duplicated code to XmlTestTools::assertXPathNoAttribute()Miklos Vajna
2014-09-23Include name of document in CPPUNIT_ASSERT msgsStephan Bergmann
2014-08-28parseXml should return xmlDocPtr instead of htmlDocPtrTomaž Vajngerl
2014-06-16xmlChildElementCount is only available in libxml2 >= 2.7.3Douglas Mencken
2014-06-02Fix memory leaks in test codeStephan Bergmann
2014-05-15test: parseXmlStream & parseHtmlStream added to test toolsTomaž Vajngerl
2014-04-30test: move XmlTestTools API documentation to the headerMiklos Vajna
2014-04-29tests: add XML and HTML test tools to test moduleTomaž Vajngerl