summaryrefslogtreecommitdiff
path: root/test/source/xmltesttools.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-13/+13
2019-07-04cid#1448518: Resource leak (test/xmltesttools)Julien Nabet1-3/+16
2019-07-04cid#1448515: Resource leak (test/xmltesttools)Julien Nabet1-0/+3
2019-05-01Make getXPathPosition assert on requested child foundMike Kaganski1-2/+15
2019-04-25assertXPath: disallow passing rAttribute without rExpectedValueMike Kaganski1-0/+5
2019-04-11XmlTestTools::getXPath now asserts that non-empty attribute existsMike Kaganski1-0/+3
2019-02-01Better fix for missing [[noreturn]] of CPPUNIT_FAILStephan Bergmann1-3/+0
2019-02-01Avoid -Werror,-Wimplicit-fallthrough with clang-clStephan Bergmann1-0/+2
2019-01-03svm xml dumper: move this from test to vclMiklos Vajna1-0/+10
2018-10-30tdf#116989: add unit testMike Kaganski1-13/+38
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2
2018-07-02tdf#117923: handle direct formatting for numbering in .docMike Kaganski1-1/+6
2018-02-12EPUB export, fixed layout: fix validation error with imagesMiklos Vajna1-0/+27
2018-01-12More loplugin:cstylecast: testStephan Bergmann1-1/+1
2017-11-06loplugin:constparams in various(2)Noel Grandin1-1/+1
2017-09-08EPUB export: inherit text properties in spans from paragraphMiklos Vajna1-0/+1
2017-01-14vcl: add SVM metafile reading and writing test and extend xml dumpTomaž Vajngerl1-0/+9
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18XmlTestTools: fix conversion from UTF-8 xmlChar strings to OUStringStephan Bergmann1-3/+20
2014-09-30Factor out duplicated code to XmlTestTools::assertXPathNoAttribute()Miklos Vajna1-0/+12
2014-09-23Include name of document in CPPUNIT_ASSERT msgsStephan Bergmann1-8/+8
2014-08-28parseXml should return xmlDocPtr instead of htmlDocPtrTomaž Vajngerl1-1/+1
2014-06-16xmlChildElementCount is only available in libxml2 >= 2.7.3Douglas Mencken1-0/+6
2014-06-02Fix memory leaks in test codeStephan Bergmann1-9/+24
2014-05-15test: parseXmlStream & parseHtmlStream added to test toolsTomaž Vajngerl1-0/+17
2014-04-30test: move XmlTestTools API documentation to the headerMiklos Vajna1-26/+0
2014-04-29tests: add XML and HTML test tools to test moduleTomaž Vajngerl1-0/+124