jez_higgins
a6be9bb5ad
gcc 4.0 (and Standard in general) compatibility fix
...
from Isak Johnsson <isak@hypergene.com>
2005-11-23 10:45:27 +00:00
jez_higgins
134b343711
Finally took my own advice on how to write custom streams :)
...
See http://www.jezuk.co.uk/accu2005/stream-a-poloza/html/ from about slide 30
2005-11-22 12:57:45 +00:00
jez_higgins
9bc4f06dfb
Took my own advice. See from about slide 30 of
...
http://www.jezuk.co.uk/accu2005/stream-a-poloza/html/
2005-11-22 11:25:42 +00:00
jez_higgins
1f0a08f25d
fixed completed mindo in badIndex
2005-11-21 09:53:59 +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
3f74d5b50e
string_adaptor fixes
2005-11-17 22:06:12 +00:00
jez_higgins
98d22e37b6
default validation to off - otherwise Xerces is liable to complain in a large way
2005-11-17 22:05:47 +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
a975b7f08a
Fixed attribute handling in the face of namespaced attributes
2005-11-17 15:45:59 +00:00
jez_higgins
464de99172
string_adaptor fixes
2005-11-17 12:45:49 +00:00
jez_higgins
747b2346c3
string_adaptor fixes
2005-11-17 11:38:21 +00:00
jez_higgins
372fd70d82
Knocked out a load of std::string assumptions, fixing string parameterisation bugs
2005-11-15 16:18:03 +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
4fce921b4c
Added default 7 copy constructors, and operator=
2005-11-01 10:08:15 +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
c4f64832ab
*** empty log message ***
2005-10-27 18:57:40 +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
08abd5220f
this had failed to compile for unicode
...
refactored; put common code in base class
2005-10-22 03:21:05 +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
craigp98072
3f48a78dba
various fixes to placate gcc 4.0.2 compiler
...
(mostly adding typenames and templates, changing std::bad_cast to std::runtime_error)
2005-10-22 03:17:39 +00:00
craigp98072
6d59f474d1
added comment about needing a better solution for the std:bad_cast bug
2005-10-22 03:14:37 +00:00
craigp98072
fd3f007104
set CXX = g++
2005-10-22 03:13:51 +00:00
craigp98072
c3ab17ad60
changed lib config to Debug (was Release while all exe's were Debug)
2005-10-22 03:13:18 +00:00
jez_higgins
3670ee1a36
pulled out xpath_test_suite.hpp
2005-10-18 11:39:56 +00:00
jez_higgins
9fed2bb035
added wide tests
2005-10-17 22:35:25 +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
f9d4da5bb8
fixed setPrefix
2005-10-15 22:46:10 +00:00
jez_higgins
16537e03dc
parameterised execute_test
2005-10-15 22:45:24 +00:00
jez_higgins
b730a73f62
fixed construct_from_utf16
2005-10-15 22:43:36 +00:00
jez_higgins
382a92a613
updated for new string_adaptor
2005-10-15 22:43:11 +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