summaryrefslogtreecommitdiff
path: root/test/source/xmltesttools.cxx
AgeCommit message (Expand)Author
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-07-04cid#1448518: Resource leak (test/xmltesttools)Julien Nabet
2019-07-04cid#1448515: Resource leak (test/xmltesttools)Julien Nabet
2019-05-01Make getXPathPosition assert on requested child foundMike Kaganski
2019-04-25assertXPath: disallow passing rAttribute without rExpectedValueMike Kaganski
2019-04-11XmlTestTools::getXPath now asserts that non-empty attribute existsMike Kaganski
2019-02-01Better fix for missing [[noreturn]] of CPPUNIT_FAILStephan Bergmann
2019-02-01Avoid -Werror,-Wimplicit-fallthrough with clang-clStephan Bergmann
2019-01-03svm xml dumper: move this from test to vclMiklos Vajna
2018-10-30tdf#116989: add unit testMike Kaganski
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-07-02tdf#117923: handle direct formatting for numbering in .docMike Kaganski
2018-02-12EPUB export, fixed layout: fix validation error with imagesMiklos Vajna
2018-01-12More loplugin:cstylecast: testStephan Bergmann
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-09-08EPUB export: inherit text properties in spans from paragraphMiklos Vajna
2017-01-14vcl: add SVM metafile reading and writing test and extend xml dumpTomaž Vajngerl
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