summaryrefslogtreecommitdiffstats
path: root/test/source/xmltesttools.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-13/+13
* cid#1448518: Resource leak (test/xmltesttools)Julien Nabet2019-07-041-3/+16
* cid#1448515: Resource leak (test/xmltesttools)Julien Nabet2019-07-041-0/+3
* Make getXPathPosition assert on requested child foundMike Kaganski2019-05-011-2/+15
* assertXPath: disallow passing rAttribute without rExpectedValueMike Kaganski2019-04-251-0/+5
* XmlTestTools::getXPath now asserts that non-empty attribute existsMike Kaganski2019-04-111-0/+3
* Better fix for missing [[noreturn]] of CPPUNIT_FAILStephan Bergmann2019-02-011-3/+0
* Avoid -Werror,-Wimplicit-fallthrough with clang-clStephan Bergmann2019-02-011-0/+2
* svm xml dumper: move this from test to vclMiklos Vajna2019-01-031-0/+10
* tdf#116989: add unit testMike Kaganski2018-10-301-13/+38
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-061-2/+2
* tdf#117923: handle direct formatting for numbering in .docMike Kaganski2018-07-021-1/+6
* EPUB export, fixed layout: fix validation error with imagesMiklos Vajna2018-02-121-0/+27
* More loplugin:cstylecast: testStephan Bergmann2018-01-121-1/+1
* loplugin:constparams in various(2)Noel Grandin2017-11-061-1/+1
* EPUB export: inherit text properties in spans from paragraphMiklos Vajna2017-09-081-0/+1
* 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