summaryrefslogtreecommitdiff
path: root/tests/test_document.cpp
AgeCommit message (Expand)Author
2017-06-23tests: Add more stream coverage testsArseny Kapoulkine
2017-06-23tests: Add stream coverage testsArseny Kapoulkine
2017-06-22tests: Make using namespace more explicitArseny Kapoulkine
2017-06-22tests: Remove redundant pugi:: qualifierArseny Kapoulkine
2017-06-22Deprecate xml_document::load(const char*) and xml_node::select_single_nodeArseny Kapoulkine
2017-06-16tests: Add even more stream coverage testsArseny Kapoulkine
2017-06-16tests: Add more stream coverage testsArseny Kapoulkine
2017-06-16tests: Add more coverage tests for stream loadingArseny Kapoulkine
2017-06-15tests: Add tests for loading special filesArseny Kapoulkine
2017-03-21tests: Do not use unsigned underflow in test codeArseny Kapoulkine
2017-01-30tests: Add more tests for branch coverageArseny Kapoulkine
2016-10-13Add PUGIXML_OVERRIDE to headers of testsPavel Kryukov
2016-07-14tests: Add tests for latin1 detectionArseny Kapoulkine
2016-04-14Remove extra space in an empty tag for format_rawArseny Kapoulkine
2016-01-24Fix whitespace issuesStephan Beyer
2015-10-25tests: Fix Borland C++ 5.4 compilationArseny Kapoulkine
2015-04-12tests: Add more out of memory testsArseny Kapoulkine
2015-04-12tests: Add a test that verifies absence of file leaksArseny Kapoulkine
2015-04-12tests: Fix some Coverity issuesArseny Kapoulkine
2015-04-11tests: Improve out-of-memory testsArseny Kapoulkine
2015-03-13tests: Fix truncation testArseny Kapoulkine
2015-03-05tests: Move null buffer tests to test_documentArseny Kapoulkine
2014-12-13Don't use off64_t/_wfopen on MinGW32 in C++11 modev1.5Arseny Kapoulkine
2014-11-24Use _wfopen and fseeko64 on MinGW in C++11 modeArseny Kapoulkine
2014-11-24tests: Add a test for load_file with wide Unicode nameArseny Kapoulkine
2014-11-17Rename xml_document::load to load_stringArseny Kapoulkine
2014-11-17tests: Don't use /dev/ttyArseny Kapoulkine
2014-11-01tests: Improve test coverageArseny Kapoulkine
2014-10-23tests: Add more tests for better coverageArseny Kapoulkine
2014-10-23tests: Improve test coverageArseny Kapoulkine
2014-10-02tests: Add a test to verify that xml_document object works with any valid poi...Arseny Kapoulkine
2014-04-02tests: Fix Mac OS X compilation.Arseny Kapoulkine
2014-02-19tests: Write temporary files to executable folder.Arseny Kapoulkine
2014-02-11Implement document fragment parsing.Arseny Kapoulkine
2014-02-10Fix clang build.Arseny Kapoulkine
2014-02-10Use a null-terminated buffer for parsing as often as possible.Arseny Kapoulkine
2012-10-31tests: Remove 'con' loading from tests since it stopped working under Windows...arseny.kapoulkine@gmail.com
2012-03-23tests: Added text/binary save_file testsarseny.kapoulkine@gmail.com
2012-03-06tests: Android compilation fixesarseny.kapoulkine@gmail.com
2012-03-06tests: Use mkstemp on Unix and QNX (BlackBerry) to avoid tmpnam deprecation w...arseny.kapoulkine@gmail.com
2012-03-06tests: Fixed compilation errors for BadaSDKarseny.kapoulkine@gmail.com
2012-02-19tests: Minor fixes for WinCE compilationarseny.kapoulkine@gmail.com
2011-12-20Introduced encoding_latin1 support (conversion on loading, conversion on savi...arseny.kapoulkine
2011-07-19tests: Added tests for non-seekable streamsarseny.kapoulkine
2010-12-19Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c...arseny.kapoulkine
2010-10-31tests: Added document reset-self testarseny.kapoulkine
2010-10-31Added xml_document::reset() function with document parameterarseny.kapoulkine
2010-10-26Added xml_document::reset, added append/prepend/insert child overloads for el...arseny.kapoulkine
2010-10-22tests: Fixed WCHAR mode compilationarseny.kapoulkine
2010-10-18Added xml_document::document_element functionarseny.kapoulkine