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
|
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
|
d878124d9d
|
More skips if entityrefs not expanded
|
2010-12-11 01:09:50 +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
|
b22d91ff3e
|
Got conformance tests compiling and running on Linux
|
2010-12-09 14:03:55 +00:00 |
|
jez
|
a7569aed2a
|
Base class for conformance tests
|
2010-12-09 12:18:55 +00:00 |
|
jez
|
ff61aec7fb
|
Added DOM Level 1 Core conformance tests, derived from W3C DOM Conf tests
|
2010-12-09 11:34:15 +00:00 |
|
jez
|
6bd91d9abe
|
Silence warning 4244 - loss of precision
|
2010-12-09 10:54:46 +00:00 |
|
Jez Higgins
|
d28849dc48
|
Finally sorted out the attributes and their namespaces issues. hurrah
|
2010-10-03 16:08:54 +01:00 |
|
Jez Higgins
|
abaaaf4cc4
|
Generate a namespace prefix for unprefixed attributes in namespaces. It's a start, but needs to check for clashes. I also wonder if there are cases when I need to generate them for elements too. Hmmm
|
2010-07-14 22:36:05 +01:00 |
|
jez
|
7080c5049e
|
finished up the test cases. now to get them to work
|
2010-07-14 10:04:34 +01:00 |
|
jez
|
7e8752fe30
|
Getting DOM operator<< to work with other strings
|
2010-07-14 09:08:46 +01:00 |
|
Jez Higgins
|
02ad044150
|
added test_NamedNodeMap.hpp into sources list.
|
2010-01-14 09:11:45 +00:00 |
|
Jez Higgins
|
7e62969c6c
|
Fixed double delete problem when removing and readding an attribute
|
2010-01-01 23:03:01 +00:00 |
|
jez
|
17e93705ae
|
redirect to DOMSink when evaluating variables. This wasn't being done for ResolvedVariables and so everything was exploding.
|
2009-12-14 14:20:12 +00:00 |
|
Jez Higgins
|
b736278781
|
commented out segfaulting tests
|
2009-12-11 10:13:52 +00:00 |
|
Jez Higgins
|
e770fe0b28
|
had managed to commit a borken file - oops
|
2009-12-11 10:13:11 +00:00 |
|
jez
|
80da48a661
|
Ash Berlin's patch for Element.setAttributeNodeNS
|
2009-12-06 21:39:46 +00:00 |
|
jez
|
719829f10a
|
Ash Berlin's patch to get Text.splitText working properly
|
2009-12-06 21:34:46 +00:00 |
|
jez
|
9a532b73cb
|
NamedNodeMap tests - not complete yet
|
2009-11-25 10:24:21 +00:00 |
|
jez
|
2cb2cc8bbe
|
NamedNodeMap tests and bugfix
|
2009-11-23 22:36:15 +00:00 |
|
jez
|
bc9bc15b6a
|
Add configure option to disable running tests. make check will still build
tests, but will not run them.
--with-tests=no to manually disable. Tests are automatically disabled if
cross-compiling.
|
2008-08-07 18:56:02 +01:00 |
|
jez
|
dee85af224
|
fixes to help out-of-tree builds
|
2008-05-04 14:42:09 +00:00 |
|
jez
|
fc982bf8e8
|
return pass/fail to environment
|
2007-12-08 21:20:28 +00:00 |
|
jez
|
77fdf64971
|
sorted out makefiles to fix dist targets
|
2007-09-11 09:25:18 +00:00 |
|
jez
|
7b43037a37
|
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 |
|
jez
|
bbcf3e1001
|
all SAX classes now take both string_type and string_adaptor. everything builds through. tests pass
|
2007-09-06 18:54:02 +00:00 |
|
jez
|
a76b137b60
|
removed basic_ prefixes from SAX classes, removed typedefs
|
2007-09-05 12:57:07 +00:00 |
|
jez
|
7d46f6f4e2
|
Moved DOM:: into Arabica::DOM::
|
2007-09-05 11:47:13 +00:00 |
|
jez
|
a6c116acd6
|
moved SAX:: into Arabica::SAX::
|
2007-09-05 09:49:18 +00:00 |
|
jez
|
7cf3897061
|
renamed all .h to .hpp
|
2007-09-04 22:55:47 +00:00 |
|
jez
|
afe8903976
|
reworked test builds to use Automakes built in check target
|
2007-08-29 02:03:12 +00:00 |
|
jez
|
4861c93e6c
|
renamed test directory to tests
|
2007-07-19 17:43:13 +00:00 |
|
jez
|
13a0c3c3c2
|
renamed tests back to test
|
2007-06-20 23:22:10 +00:00 |
|
jez
|
8c89727a06
|
tests from Node's operator bool()
|
2007-01-02 11:33:29 +00:00 |
|
jez
|
78c783b7c1
|
bug fix to Attr::setValue
|
2006-12-14 11:51:23 +00:00 |
|
jez
|
618371db52
|
added first cut at test target
|
2006-10-11 23:04:59 +00:00 |
|
jez
|
c12723cfb7
|
|
2006-10-11 22:51:04 +00:00 |
|