pugixml/tests
arseny.kapoulkine 0a96b552d6 tests: Added document reset-self test
git-svn-id: http://pugixml.googlecode.com/svn/trunk@787 99668b35-9821-0410-8761-19e4c4f06640
2010-10-31 07:37:37 +00:00
..
data tests: Reduced allocation count 2010-08-29 15:26:06 +00:00
allocator.cpp tests: Custom allocations now use memory from Win32 heap instead of CRT heap 2010-08-30 18:30:39 +00:00
allocator.hpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
archive.pl Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
autotest-freebsd.sh tests: Fixed Linux startup scripts (line endings), added FreeBSD startup script 2010-05-17 07:23:37 +00:00
autotest-linux.sh tests: Fixed Linux startup scripts (line endings), added FreeBSD startup script 2010-05-17 07:23:37 +00:00
autotest-local.pl tests: Minor report fix 2010-09-01 17:00:52 +00:00
autotest-macos.sh tests: Final MacOS fixes 2010-05-20 17:51:32 +00:00
autotest-remote-host.pl tests: Added wait for server to remote host, added automatic VM launch 2010-05-13 16:48:46 +00:00
autotest-remote-server.pl tests: Fixed report CSS, VMs are now started in minimized state (GUI mode) 2010-06-02 20:29:03 +00:00
autotest-report.pl tests: Adjusted autotest report formatter for increased configuration count 2010-08-29 19:04:20 +00:00
autotest-solaris.sh tests: Added Solaris autotest 2010-05-25 22:19:57 +00:00
common.hpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
gcov-filter.pl tests: Introduced fullcoverage mode 2010-08-29 15:46:30 +00:00
helpers.hpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
main.cpp tests: Various compilation fixes for BCC and MSVC6 2010-08-29 16:28:10 +00:00
test.cpp tests: Changed XPath checking macros to avoid query copying under GCC 2010-08-29 15:49:06 +00:00
test.hpp tests: Changed XPath checking macros to avoid query copying under GCC 2010-08-29 15:49:06 +00:00
test_document.cpp tests: Added document reset-self test 2010-10-31 07:37:37 +00:00
test_dom_modify.cpp Added xml_document::reset, added append/prepend/insert child overloads for elements (with explicit name) 2010-10-26 17:09:34 +00:00
test_dom_traverse.cpp Fixed internal_object() const-correctness, added xml_node::hash_value and xml_attribute::hash_value functions 2010-10-18 16:59:31 +00:00
test_header_guard.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_header_iosfwd_1.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_header_iosfwd_2.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_header_iostream_1.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_header_iostream_2.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_header_string_1.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_header_string_2.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_memory.cpp tests: Various compilation fixes for BCC and MSVC6 2010-08-29 16:28:10 +00:00
test_parse.cpp tests: Improved tests for parsing result default construction 2010-09-20 19:07:11 +00:00
test_parse_doctype.cpp tests: Added node_doctype and parse_doctype tests 2010-09-26 19:01:36 +00:00
test_unicode.cpp Minor UTF8 conversion refactoring, added as_utf8 and as_wide overloads with string arguments 2010-09-22 19:05:31 +00:00
test_write.cpp If an element node has the only child, and it is of CDATA type, then the extra indentation is omitted (previously this behavior only held for PCDATA children) 2010-10-19 15:38:10 +00:00
test_xpath.cpp tests: Fixed MSVC 6/7 compilation error 2010-09-14 07:09:17 +00:00
test_xpath_api.cpp XPath: evaluate_string now guarantees zero-terminated result (unless the buffer size is zero) 2010-10-03 18:14:12 +00:00
test_xpath_functions.cpp XPath: Minor lang() fix (use ASCII lowercase because language names are ASCII-only anyway) 2010-09-11 13:30:49 +00:00
test_xpath_operators.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_xpath_parse.cpp tests: Fixed CW compilation 2010-10-22 04:28:52 +00:00
test_xpath_paths.cpp tests: Minor fixes 2010-08-29 15:48:05 +00:00
test_xpath_paths_abbrev_w3c.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_xpath_paths_w3c.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_xpath_variables.cpp tests: Improved document order comparison coverage 2010-08-29 15:51:35 +00:00
test_xpath_xalan_1.cpp tests: Minor fix for MinGW 3.4 2010-08-30 05:01:19 +00:00
test_xpath_xalan_2.cpp tests: Reduced allocation count 2010-08-29 15:26:06 +00:00
test_xpath_xalan_3.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_xpath_xalan_4.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
test_xpath_xalan_5.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
writer_string.cpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00
writer_string.hpp Set svn:eol-style to native for all text files 2010-07-19 09:57:32 +00:00