Commit graph

96 commits

Author SHA1 Message Date
jez_higgins
09fe28158f added tests for XSLT attribute value tests 2006-01-12 14:35:59 +00:00
jez_higgins
ef383c5dbc correct SelfSelect 2006-01-10 15:05:44 +00:00
jez_higgins
ecd8ae7edc *** empty log message *** 2006-01-09 11:00:29 +00:00
jez_higgins
16a95885ca lots of XSLT compilation and matching tests 2006-01-05 16:28:19 +00:00
jez_higgins
54d4ce66f8 for some reason BOOL is now an ambiguous symbol 2005-12-22 00:10:03 +00:00
jez_higgins
1ed2ea7ee8 compiling more XSLT patterns 2005-12-22 00:02:48 +00:00
jez_higgins
7acb2d622f started evaluating matches 2005-12-19 15:55:06 +00:00
jez_higgins
57a07ca171 added assertFalse 2005-12-19 15:52:26 +00:00
jez_higgins
8b7f3196d8 Started try to compile XSLT patterns 2005-12-18 22:22:13 +00:00
jez_higgins
9485917c42 extend grammar for XSLT matches - added some parse tests 2005-12-16 19:09:57 +00:00
jez_higgins
242e43b195 uncovered a missed case 2005-12-15 12:27:48 +00:00
jez_higgins
03661daaf8 reverted to runtime_error to bad_cast because that's what it is 2005-12-09 11:46:53 +00:00
jez_higgins
bc15f5eedf builds with Cygwin 2005-12-07 11:23:44 +00:00
jez_higgins
2364434694 Rather alarmingly, this won't build is language extensions are turned off, even though everything appears to be correct 2005-12-07 10:52:48 +00:00
jez_higgins
35acd2eea7 Added third template parameter to wrappers, together with a bit of
meta-programming magic so that everything builds through with MSXML.

See http://www.jezuk.co.uk/cgi-bin/view/SAX/news?id=2713 for details of
the problem.

This may break VC6, but I haven't checked
2005-12-07 10:51:00 +00:00
jez_higgins
96c6da64c4 implement Node::purgeChild 2005-11-25 22:39:16 +00:00
jez_higgins
2b051fc1ff gcc 4.0.2 fixes
Use ARABICA_NO_WCHAR_T to exclude the bits that don't build under Cygwin
2005-11-25 15:54:08 +00:00
jez_higgins
b312078ac5 Corrected so they actually build the right things :) 2005-11-25 15:53:28 +00:00
jez_higgins
06fdcf08fb improved error reporting a bit - add test name to failure message 2005-11-17 22:07:25 +00:00
jez_higgins
8c4d35e362 updated test now validation defaults off 2005-11-17 22:06:50 +00:00
jez_higgins
c14849a3c6 added construct_from_utf16 2005-11-17 22:05:06 +00:00
jez_higgins
54018ef676 improved fail reported 2005-11-17 15:46:52 +00:00
jez_higgins
f5d43ba8ee added silly_string and wstring tests to SAX2DOM 2005-11-15 16:16:46 +00:00
jez_higgins
3c4a2eff75 gcc fixes 2005-11-10 10:02:45 +00:00
jez_higgins
4ab8c2dca7 *** empty log message *** 2005-11-09 21:13:22 +00:00
jez_higgins
0185a7f9dd parameterised the DOM tests 2005-10-31 12:07:30 +00:00
jez_higgins
ac043e277a *** empty log message *** 2005-10-31 11:42:21 +00:00
jez_higgins
5e0ca84618 attribute test parameterised 2005-10-29 18:19:33 +00:00
jez_higgins
98e621b689 more DOM test work 2005-10-28 23:00:54 +00:00
jez_higgins
f159e99764 *** empty log message *** 2005-10-27 21:50:10 +00:00
jez_higgins
7d942d9bd9 Split DOM tests from SAX2DOM tests 2005-10-26 21:09:09 +00:00
jez_higgins
cd03d4c263 *** empty log message *** 2005-10-26 20:52:48 +00:00
jez_higgins
23134bfe31 *** empty log message *** 2005-10-24 22:00:08 +00:00
jez_higgins
0a666741f8 more work on parameterising tests` 2005-10-24 21:59:44 +00:00
craigp98072
20191d188d added a couple required tyename's in StringAdapter.h and test/XPath/execute_test.hpp
added Makefile.common for CPPUNIT* definitions (and future maintenance)
added include Makefile.common in Makefile.header*
cleaned a couple test Makefiles; everything now compiles under linux gcc4.0.2
2005-10-24 03:33:52 +00:00
jez_higgins
ee326e94fc starting reworking DOM tests 2005-10-23 21:22:38 +00:00
craigp98072
ceb711f10e added missing srcs 2005-10-22 03:21:38 +00:00
craigp98072
2d5bf26177 fixed cpp unit-runner srcs path, added objs to linker 2005-10-22 03:19:33 +00:00
craigp98072
2d6d1983b3 various fixes to placate gcc 4.0.2 compiler
(illegal typedef - typo?)
2005-10-22 03:18:28 +00:00
jez_higgins
3670ee1a36 pulled out xpath_test_suite.hpp 2005-10-18 11:39:56 +00:00
jez_higgins
e3d73d26d8 more tests 2005-10-17 21:24:43 +00:00
jez_higgins
e167ff4e05 *** empty log message *** 2005-10-17 11:48:44 +00:00
jez_higgins
16537e03dc parameterised execute_test 2005-10-15 22:45:24 +00:00
jez_higgins
a7b63583ed unified ParseTest suite 2005-10-12 08:51:39 +00:00
jez_higgins
d58ead8ba9 StepTest unification 2005-10-12 08:43:43 +00:00
jez_higgins
ba55966762 unified NodeTest tests 2005-10-12 08:33:13 +00:00
jez_higgins
3d34346953 consolidated AxisEnumeratorTest 2005-10-12 08:24:27 +00:00
jez_higgins
6ed1b5a952 *** empty log message *** 2005-10-11 23:49:46 +00:00
jez_higgins
99c5d22725 unified LogicalTests 2005-10-11 23:46:19 +00:00
jez_higgins
4d56dbc37e unified XPath arithmetic tests 2005-10-11 23:13:34 +00:00