arabica/tests/XPath
2007-10-22 14:10:49 +00:00
..
arithmetic_test.hpp Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go. 2007-09-07 23:52:30 +00:00
attr_value_test.hpp Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go. 2007-09-07 23:52:30 +00:00
axis_enumerator_test.hpp Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go. 2007-09-07 23:52:30 +00:00
execute_test.hpp Some time ago, it was gently suggested to me that XPathValuePtr and XPathExpressionPtr both exposed an implementation detail, because they derive fromboost::shared_ptr, and provided an interface that was inconsisted with the DOM classes, because you accessed the member functions via -> rather than . 2007-10-19 21:59:24 +00:00
expression_test.hpp Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go. 2007-09-07 23:52:30 +00:00
logical_test.hpp Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go. 2007-09-07 23:52:30 +00:00
main.cpp renamed test directory to tests 2007-07-19 17:43:13 +00:00
main_silly.cpp renamed test directory to tests 2007-07-19 17:43:13 +00:00
main_wide.cpp corrected VS warnings 2007-08-31 10:59:35 +00:00
Makefile.am reworked test builds to use Automakes built in check target 2007-08-29 02:03:12 +00:00
match_test.hpp reworked MatchExpr so that it doesn't expose its inner XPathExpression 2007-10-14 20:06:27 +00:00
node_test_test.hpp Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go. 2007-09-07 23:52:30 +00:00
parse_test.hpp renamed test directory to tests 2007-07-19 17:43:13 +00:00
relational_test.hpp Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go. 2007-09-07 23:52:30 +00:00
step_test.hpp more reworking on XPathValuePtr -> XPathValue. XPathValue contains rather than derives from boost::shared_ptr. Added operator== so can still compare to 0 to see if the value is null or not. 2007-10-22 14:10:49 +00:00
value_test.hpp Added string_adaptor parameter to DOM classes. DOM and XPath tests compile and run, but still need to add defaults so more "normal" bits of code will go. 2007-09-07 23:52:30 +00:00
xpath_test_suite.hpp renamed test directory to tests 2007-07-19 17:43:13 +00:00