summaryrefslogtreecommitdiffstats
path: root/test/source/xmltesttools.cxx
Commit message (Expand)AuthorAgeFilesLines
* vcl: add SVM metafile reading and writing test and extend xml dumpTomaž Vajngerl2017-01-141-0/+9
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* XmlTestTools: fix conversion from UTF-8 xmlChar strings to OUStringStephan Bergmann2014-12-181-3/+20
* Factor out duplicated code to XmlTestTools::assertXPathNoAttribute()Miklos Vajna2014-09-301-0/+12
* Include name of document in CPPUNIT_ASSERT msgsStephan Bergmann2014-09-231-8/+8
* parseXml should return xmlDocPtr instead of htmlDocPtrTomaž Vajngerl2014-08-281-1/+1
* xmlChildElementCount is only available in libxml2 >= 2.7.3Douglas Mencken2014-06-161-0/+6
* Fix memory leaks in test codeStephan Bergmann2014-06-021-9/+24
* test: parseXmlStream & parseHtmlStream added to test toolsTomaž Vajngerl2014-05-151-0/+17
* test: move XmlTestTools API documentation to the headerMiklos Vajna2014-04-301-26/+0
* tests: add XML and HTML test tools to test moduleTomaž Vajngerl2014-04-291-0/+124