Jez Higgins
|
1faa7782ac
|
it's a bit crappy, but strip hibyte chars from XML
|
2010-01-13 13:39:32 +00:00 |
|
Jez Higgins
|
0dfca08beb
|
temporarily skip running xslt_test
|
2010-01-12 23:09:44 +00:00 |
|
Jez Higgins
|
ea8bcdbacd
|
don't try to drop XML into the XML output :)
|
2010-01-12 22:53:23 +00:00 |
|
Jez Higgins
|
6734035e62
|
don't print the log prefix now we've established it works :)
|
2010-01-12 22:45:02 +00:00 |
|
Jez Higgins
|
f9caf4a0b8
|
revert tests to xslt_test
|
2010-01-12 22:32:32 +00:00 |
|
Jez Higgins
|
6d85dded45
|
process options properly
|
2010-01-12 22:32:09 +00:00 |
|
Jez Higgins
|
ad68d0bb5e
|
if log option is set, don't generate console output unless -v is given
|
2010-01-12 22:31:44 +00:00 |
|
Jez Higgins
|
a1ecf11eda
|
add newline to end of output
|
2010-01-12 22:31:16 +00:00 |
|
Jez Higgins
|
8042da8594
|
fudged TestRunner to add the JEZUK_CPP_UNIT environment variable to the arguments. It's a bit of a hack, but it makes it easier to hook into the ci server
|
2010-01-12 21:38:03 +00:00 |
|
Jez Higgins
|
d18d904855
|
update for new testsuite names
|
2010-01-12 16:48:30 +00:00 |
|
Jez Higgins
|
c634f6c847
|
prefix testsuite name with executable name
|
2010-01-12 15:56:44 +00:00 |
|
Jez Higgins
|
aa4ed0b0a2
|
doh - got to run test before hudson can look for it
|
2010-01-12 12:26:13 +00:00 |
|
Jez Higgins
|
a8fbaad9b8
|
test to see if Hudson will parse test logs
|
2010-01-12 12:07:32 +00:00 |
|
Jez Higgins
|
7f7c6f9aff
|
added option to log to file in addition to console
|
2010-01-12 09:42:08 +00:00 |
|
Jez Higgins
|
7aec27ddaa
|
failed to sort out test output last time, so doing it this time
|
2010-01-12 00:03:49 +00:00 |
|
Jez Higgins
|
ca02be7067
|
starting to generate plausible looking output
|
2010-01-11 22:51:45 +00:00 |
|
Jez Higgins
|
967a6807d2
|
started work on a JUnit/Ant style XML output format for hooking into Hudson and similar CI servers
|
2010-01-11 17:02:11 +00:00 |
|
Jez Higgins
|
b46b48d006
|
I think that's the last of the warnings
|
2010-01-11 09:28:48 +00:00 |
|
Jez Higgins
|
7a85b3aebc
|
an XSLTFunctions test is now passing as I've sorted warnings
|
2010-01-10 22:30:19 +00:00 |
|
Jez Higgins
|
191ea1a001
|
changed diff order so its more obvious what's old and what's new
|
2010-01-10 22:29:21 +00:00 |
|
Jez Higgins
|
708afa0ebd
|
fixed more warnings
|
2010-01-10 17:46:55 +00:00 |
|
Jez Higgins
|
e774bba632
|
fixed unused parameter warnings
|
2010-01-10 17:07:41 +00:00 |
|
Jez Higgins
|
9b0ffe958f
|
added the new test script
|
2010-01-09 21:25:52 +00:00 |
|
Jez Higgins
|
0030be4581
|
record tests as changes since last time
|
2010-01-09 21:24:10 +00:00 |
|
Jez Higgins
|
acff44245d
|
updated test results and expected fails
|
2010-01-02 22:19:01 +00:00 |
|
Jez Higgins
|
7e62969c6c
|
Fixed double delete problem when removing and readding an attribute
|
2010-01-01 23:03:01 +00:00 |
|
Jez Higgins
|
c7e49c5278
|
Test results
|
2009-12-14 23:56:19 +00:00 |
|
Jez Higgins
|
5881521c04
|
reinstated segfaulting test. now I've fixed the actual bug, it doesn't segfault any more :)
|
2009-12-14 14:46:57 +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
|
8890b8e450
|
skip a test that's causing a segfault on linux
|
2009-12-12 12:00:07 +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
|
3991f80eb2
|
increment changes with the aim of improviing performance of variables
|
2009-11-23 21:00:23 +00:00 |
|
jez
|
6785fd8944
|
litte bit more work on variable resolution, but train in v wobbly and it giving me a headache
|
2009-10-05 19:27:24 +01:00 |
|
jez
|
584502ec16
|
Added some more ideas for variable and parameter passing
|
2009-08-18 21:13:44 +01:00 |
|
jez
|
014ea05879
|
updated TO-DO to include various performance improvement ideas
|
2009-05-05 19:30:47 +01:00 |
|
jez
|
5a507fd22c
|
ToDo list
|
2009-05-01 20:03:27 +01:00 |
|
jez
|
9d0ac38302
|
removed all the skips relating to lre as stylesheet
|
2009-04-28 21:56:33 +01:00 |
|
jez
|
ea5bf9ca8e
|
test results
|
2009-04-07 19:11:40 +01:00 |
|
jez
|
c3869b6a53
|
updated expected-fails
|
2009-03-31 08:59:19 +01:00 |
|
jez
|
94d5a26c6c
|
skip test for two arg version of document() - not yet implemented
|
2009-03-27 08:30:28 +00:00 |
|
jez
|
27fc312bde
|
Excluded a Stylesheet test case
|
2009-03-27 08:19:45 +00:00 |
|
jez
|
4f28c8ae71
|
key as match pattern now runs - woo
|
2009-03-23 19:38:59 +00:00 |
|
jez
|
0a6f2071eb
|
Id and Key match patterns now compile
|
2009-03-23 19:08:04 +00:00 |
|
jez
|
3aaa4de937
|
working on the IdKey match pattern - currently crashes
include MS Import tests
xsl:stylesheet can have an id attribute
expected fails for Keys
added MS Keys tests
allow whitespace within xsl:output
|
2009-03-17 21:10:53 +00:00 |
|
jez
|
83cd0cd15b
|
working on the IdKey match pattern - currently crashes
|
2009-03-17 21:08:26 +00:00 |
|