Commit graph

1501 commits

Author SHA1 Message Date
jez
16463bbd83 pop exception if trying to remove an item that doesn\'t exist. yay\! 2010-12-27 00:27:57 +00:00
jez
647de72862 skip if no external DTD 2010-12-27 00:18:02 +00:00
jez
7e22f79e71 more skips when no external DTD 2010-12-27 00:03:41 +00:00
jez
3c7aac4666 skip if not loading external DTD 2010-12-26 23:32:31 +00:00
jez
3536ce2413 s/c++/C++/ 2010-12-26 23:11:29 +00:00
jez
7d0c880508 added another couple of skips 2010-12-26 23:10:44 +00:00
jez
d45b5bbcb5 Check that inserted node isn't an ancestor of the new parent 2010-12-26 22:56:15 +00:00
jez
a8540e640a check ownerdocument of inserted node 2010-12-26 22:20:33 +00:00
jez
36af997d89 skip if external DTD not loaded 2010-12-24 23:05:10 +00:00
jez
56a3f9397f Check attribute names in setAttribute 2010-12-24 22:44:43 +00:00
jez
4d20439527 skip if no external DTD 2010-12-24 22:16:54 +00:00
jez
92090f6377 Checked element/attribute/pi names are valid 2010-12-24 22:00:49 +00:00
jez
968671c82d Checked element/attribute/pi names are valid 2010-12-24 21:42:30 +00:00
jez
5d572fef10 Whitespace changes 2010-12-24 21:42:06 +00:00
jez
6999f61599 Whitespace changes 2010-12-24 21:41:45 +00:00
jez
59ec067f96 Removed old CVS Id tag 2010-12-24 21:40:58 +00:00
Jez Higgins
e8753c80db silence unused parameter warning 2010-12-23 23:15:34 +00:00
Jez Higgins
8a9115fd53 Pulled out a couple of helper functions. Reworked CDATA output so it properly outputs wacky CDATA sections with ]]> in them. 2010-12-23 22:51:44 +00:00
Jez Higgins
2e1f279786 Added find(str, what, from) to the default_string_adaptor 2010-12-23 22:50:43 +00:00
jez
dbfcf1c41b fix output for CDATA sections that contain ]]> 2010-12-21 09:47:22 +00:00
jez
d506b81624 cast std::streamsize to int to silence warning. it's safe because we know we've read less than ant ints worth of data 2010-12-21 09:46:57 +00:00
jez
80a0455d75 skip if default attrs not supported 2010-12-21 09:03:25 +00:00
jez
f9d9551ee7 compile for all string_types 2010-12-20 15:59:06 +00:00
jez
c29604d553 set attributes readonly when its owner element is readonly 2010-12-19 23:22:17 +00:00
Jez Higgins
53184edc79 better error handling when loading docs 2010-12-19 22:44:06 +00:00
Jez Higgins
4ab8d34349 return 77 from test executables so that make check doesn't stop the build 2010-12-18 01:02:52 +00:00
Jez Higgins
2791880703 whitespace changes in generated code 2010-12-18 01:02:11 +00:00
Jez Higgins
0e8169db54 Error in test - check node type is 1 (element) not 3 (entityref) 2010-12-18 01:01:51 +00:00
Jez Higgins
dd93306eb9 whitespace changes in generated code 2010-12-18 01:00:54 +00:00
Jez Higgins
8c57052bf7 whitespace changes in generated code 2010-12-18 01:00:37 +00:00
Jez Higgins
c10f6a410d wrap static_cast checks in an assertTrue to silence Clang's discarded resutl warning 2010-12-18 01:00:13 +00:00
Jez Higgins
f25de324af whitespace changes in generated code 2010-12-18 00:59:09 +00:00
jez
bbc95fdbb2 If an internal entity declaration looks like markup, parse it as markup rather than just treating it as a bit of text 2010-12-17 10:19:37 +00:00
jez
7e9722ddc3 Corrected normalization - only adjacent text nodes should be combined 2010-12-17 10:18:14 +00:00
jez
d947908c68 Don't normalize after loading the test document. (OTOH it's gratifying to know that normalization worked properly :) ) 2010-12-15 23:00:27 +00:00
Jez Higgins
623a169cf7 Setup DOM conformance files path so we can find them when running under hudson 2010-12-15 20:10:49 +00:00
Jez Higgins
50c39c533c Added a couple of using declarations that clang needed 2010-12-15 10:09:43 +00:00
jez
dcbb59b2e8 Default setNodeValue is to do nothing. 2010-12-11 01:12:03 +00:00
jez
9643b42edd Can now safely add an attribute the element that already owns it 2010-12-11 01:11:22 +00:00
jez
a17944bd9f Correct DOMException CODE enum values 2010-12-11 01:10:21 +00:00
jez
d878124d9d More skips if entityrefs not expanded 2010-12-11 01:09:50 +00:00
jez
bec9948659 Corrected exception specifier on DOMBadCast destructor 2010-12-10 09:29:10 +00:00
jez
f7146a5668 Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
Jez Higgins
2fc91e7965 silence unused variable warnings 2010-12-09 23:33:49 +00:00
Jez Higgins
59fd79277e regenerated yet again :) 2010-12-09 23:33:18 +00:00
Jez Higgins
dd14985902 Sigh. VC++ is better, but it's still not as C++ conformant as gcc 2010-12-09 20:15:12 +00:00
jez
ce69150111 Improved error reporting. Fixed a couple of test functions in dom_conf_test. Skip a couple of entityRef tests 2010-12-09 19:03:23 +00:00
Jez Higgins
b001314598 tweaked suite name 2010-12-09 15:03:07 +00:00
Jez Higgins
fd64040a65 Include DOM conformance tests in dist package 2010-12-09 14:50:38 +00:00
Jez Higgins
ef878d91a2 Got conformance tests compiling and running on Linux 2010-12-09 14:04:13 +00:00