Commit Graph

86 Commits

Author SHA1 Message Date
Rob Richards
8c284d9640 fixed bug #45251 (double free or corruption with setAttributeNode())
add test
2008-06-14 11:21:47 +00:00
Zoe Slattery
55d9f96ca4 Tests from London test fest 2008 2008-06-03 12:44:46 +00:00
Steph Fox
4be7f4aecd - killed off UEXPECT
- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
2008-05-27 18:16:04 +00:00
Ant Phillips
6e19f956d9 DOM tests from TestFest 2008-05-27 12:44:51 +00:00
Scott MacVicar
6db10b2bf1 DOM Tests from London Testfest 2008-05-27 10:21:16 +00:00
Josie Messa
b895dc0f9b - Committing tests reviewed after London TestFest 08
- Credits to: Mike Sullivan and James Lewis
2008-05-21 15:04:13 +00:00
Steve Seear
6eec0905b0 Tests from PHP London TestFest 2008 2008-05-19 12:57:28 +00:00
Steve Seear
b18686bc63 Moving DOM tests to correct folder. 2008-05-19 12:49:54 +00:00
Zoe Slattery
8ced03e026 Tests from London test fest 2008 2008-05-17 13:26:51 +00:00
Zoe Slattery
3d65cd0103 Tests from Testfest 2008 2008-05-16 17:14:57 +00:00
Zoe Slattery
c8e160e477 Tests from Testfest 2008 2008-05-15 12:50:28 +00:00
Antony Dovgal
9b028e77b3 fix test names 2008-05-14 13:05:55 +00:00
Zoe Slattery
50902f0ec6 Committing corrected test from Eric Stewart 2008-05-03 20:39:07 +00:00
Rob Richards
30800f4b12 fix bug #44648 (Attribute names not checked for wellformedness)
fix some warnings
2008-04-17 20:19:53 +00:00
David Coallier
5d2af78a8b - Skipif libxml dotted version is < 2.6.20. Patch from scoates 2008-03-08 19:08:58 +00:00
Rob Richards
b73a36a64f Fix bug #43364 (recursive xincludes don't remove internal nodes properly) 2007-11-28 10:43:02 +00:00
Dmitry Stogov
0ab5a2c203 Fixed tests 2007-11-19 08:21:58 +00:00
Rob Richards
ebd85732fa fix bug #42082 (NodeList length zero should be empty). (Hannes)
add and update tests
2007-08-06 16:21:45 +00:00
Dmitry Stogov
be7c087da5 Fixed test 2007-07-10 07:29:06 +00:00
Dmitry Stogov
85279a4dce Allowed loading XML from unicode strings 2007-06-29 13:58:34 +00:00
Rob Richards
f573fd1077 Fixed bug #41374 (wholetext concats values of wrong nodes).
add test
2007-05-14 11:44:50 +00:00
Antony Dovgal
ccd97f3a21 fix test names 2007-05-07 17:23:53 +00:00
Rob Richards
45d4f66b24 MFB: fix bug #41257 (lookupNamespaceURI does not work as expected)
fix related issue in isDefaultNamespace
add test
reconcile namespaces when setting attribute in a new namespace
2007-05-04 19:32:19 +00:00
Johannes Schlüter
a6d6396483 - Fix test 2007-05-01 08:35:57 +00:00
Rob Richards
339785c431 fix bug #40836 (Segfault in ext/dom)
add test
2007-03-18 21:29:20 +00:00
Rob Richards
c27c9666d3 add ability to call PHP functions from XPath
update test
2006-12-14 16:24:00 +00:00
Rob Richards
45364aea04 mark more functions unicode safe
add test
2006-12-08 16:49:25 +00:00
Rob Richards
95accd75bb mark more functions unicode safe
add tests
2006-12-08 16:28:33 +00:00
Antony Dovgal
d3c4b8ca80 add a note that libxml2 2.6.2x is required 2006-11-13 12:53:50 +00:00
Rob Richards
19523f9a39 mark functions unicode compliant
add test
2006-10-05 11:59:43 +00:00
Rob Richards
a4b2e946f6 MFB: fix bug #38949 (Cannot get xmlns value attribute)
add test
2006-09-27 10:32:11 +00:00
Rob Richards
b2a44a9cc6 mark functionality unicode safe
add test
2006-09-22 10:13:27 +00:00
Rob Richards
1acc8abe56 fix domcomment property handler so it inherits from domcharacterdata
mark tested functions as unicode safe
add tests
2006-09-21 11:53:58 +00:00
Rob Richards
49d8ec82fe MFB: implement workaround for bug #38823 (DOMComment->appendData does nothing)
fix bug #38850 (lookupNamespaceURI doesn't return default namespace)
add test
2006-09-16 13:56:25 +00:00
Rob Richards
a0d6c14a0f MFB: fix #38474 (getAttribute select attribute by order, even when prefixed)
add test
2006-08-28 23:37:23 +00:00
Ilia Alshanetsky
a41723d0f4 MFB: Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList) 2006-08-13 15:03:19 +00:00
Rob Richards
2008a88704 update tests
use binary strings for loadXML() method
2006-08-05 12:35:35 +00:00
Rob Richards
f85e695409 add unicode support
update test
2006-08-04 18:11:27 +00:00
Hannes Magnusson
e18bb1ce3d Fix/add SKIPIF 2006-06-27 00:09:23 +00:00
Rob Richards
d178e8d3e4 add C14N() and C14NFile() methods to perform XML canonicalization
add test
2006-05-26 18:22:06 +00:00
Rob Richards
e88f13a86d add test 2006-05-22 17:05:38 +00:00
Rob Richards
43dfe5ec59 add test 2006-05-17 16:32:35 +00:00
Rob Richards
a91a72f800 add test 2006-05-03 08:41:33 +00:00
Rob Richards
7fc0756e55 MFB51: Fixed bug #36756 (DOMDocument::removeChild corrupts node)
add test
2006-03-18 11:46:13 +00:00
Rob Richards
206e50fc60 update dom iterator get key function for engine iterator changes
fix crashes using notations and entity decls
add test
2006-03-03 20:13:12 +00:00
Dmitry Stogov
227295a4f1 Unicode stuff is changed according to decision maden on PDM.
Now IS_BINRAY data type is removed and IS_STRING starts behave as IS_BINARY in unicode mode. IS_STRING is incompatible with IS_UNICODE, so ALL functions should be improved to support unicode mode.
2006-01-17 12:18:53 +00:00
Antony Dovgal
67f9574b78 fix test
this linenumber may vary
2005-12-16 14:57:13 +00:00
Rob Richards
8c8f92f45f add test 2005-11-23 03:10:45 +00:00
Marcus Boerger
ff72c376c2 - MFB Fix tests expectations 2005-11-06 10:53:39 +00:00
Rob Richards
a953be4fff fix crash setting attr from foreign doc (throws exception)
add test
2005-10-27 23:49:38 +00:00