| 1 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* Makefile: Rules for DIS tests are removed. |
| 4 |
|
|
| 5 |
|
2007-07-19 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
|
| 7 |
|
* DOM-Attr.t: New tests for |DeclaredValueType|, |specified|, |
| 8 |
|
|schemaTypeInfo|, and |isId| are added. |
| 9 |
|
|
| 10 |
|
* DOM-Element.t: New tests for |schemaTypeInfo| are added. |
| 11 |
|
|
| 12 |
|
* DOM-Entity.t: New tests for |xmlVersion| are added. |
| 13 |
|
|
| 14 |
|
* DOM-ProcessingInstruction.t: New tests for |node_value|, |
| 15 |
|
|data|, and |text_content| are added. |
| 16 |
|
|
| 17 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 18 |
|
|
| 19 |
|
* DOM-Atom-AtomElement.t: New test script. |
| 20 |
|
|
| 21 |
|
* DOM-DOMImplementation.t, DOM-Node.t: New test |
| 22 |
|
data for |get_feature|. |
| 23 |
|
|
| 24 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
| 25 |
|
|
| 26 |
|
* DOM-TreeWalker.t, DOM-SerialWalker.t: New test scripts. |
| 27 |
|
|
| 28 |
|
* DOM-DOMImplementation.t: Tests for |Traversal| feature |
| 29 |
|
are added. |
| 30 |
|
|
| 31 |
|
* DOM-Node.t: Tests for |Traversal| feature are added. |
| 32 |
|
|
| 33 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 34 |
|
|
| 35 |
|
* DOM-Node.t: Tests for |append_child| family on |
| 36 |
|
leaf node types are added. |
| 37 |
|
|
| 38 |
|
* DOM-Text.t: Tests for |split_text| are added. |
| 39 |
|
|
| 40 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 41 |
|
|
| 42 |
|
* DOM-Node.t: Test data for new constants and attributes |
| 43 |
|
are added. |
| 44 |
|
|
| 45 |
|
* DOM-TypeInfo.t: Tests for constants are added. |
| 46 |
|
|
| 47 |
|
2007-07-14 Wakaba <wakaba@suika.fam.cx> |
| 48 |
|
|
| 49 |
|
* DOM-TypeInfo.t: New test script. |
| 50 |
|
|
| 51 |
|
* DOM-Node.t: Test data for new attributes are added. |
| 52 |
|
|
| 53 |
|
2007-07-12 Wakaba <wakaba@suika.fam.cx> |
| 54 |
|
|
| 55 |
|
* DOM-Node.t: New attributes are added and |
| 56 |
|
some test results has been changed to sync with new implementation. |
| 57 |
|
|
| 58 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 59 |
|
|
| 60 |
|
* DOM-Element.t: Tests for |attributes| are added. |
| 61 |
|
|
| 62 |
|
* DOM-Entity.t: Tests for |is_externally_declared| |
| 63 |
|
and |input_encoding| are added. |
| 64 |
|
|
| 65 |
|
* DOM-Node.t: Test data for |tag_name| and |
| 66 |
|
|get_feature| are added. |
| 67 |
|
|
| 68 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 69 |
|
|
| 70 |
|
* DOM-CharacterData.t, DOM-Text.t: New test scripts. |
| 71 |
|
|
| 72 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 73 |
|
|
| 74 |
|
* DOM-StringExtended.t: New test script. |
| 75 |
|
|
| 76 |
|
2007-07-08 Wakaba <wakaba@suika.fam.cx> |
| 77 |
|
|
| 78 |
|
* DOM-Document.t, DOM-Node.t, DOM-NodeList.t: Some tests are modified so |
| 79 |
|
that no |WRONG_DOCUMENT_ERR| is raised. |
| 80 |
|
|
| 81 |
|
* DOM-Node.t: Tests for |remove_child| are added. |
| 82 |
|
|
| 83 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 84 |
|
|
| 85 |
|
* DOM-Node.t: Tests for |set_user_data| and |get_user_data| |
| 86 |
|
are added. Tests for |get_feature| and |is_supported| are added. |
| 87 |
|
|
| 88 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 89 |
|
|
| 90 |
|
* DOM-Node.t: Test data for |manakai_read_only| |
| 91 |
|
attribute are added. |
| 92 |
|
|
| 93 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 94 |
|
|
| 95 |
|
* DOM-Element.t: New tests for |create_element| |
| 96 |
|
and |create_element_ns| are added. |
| 97 |
|
|
| 98 |
|
* DOM-EntityReference.t: New tests for |create_entity_reference| |
| 99 |
|
are added. |
| 100 |
|
|
| 101 |
|
* DOM-Node.t: Test data for |is_element_content_whitespace| |
| 102 |
|
are added. |
| 103 |
|
|
| 104 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 105 |
|
|
| 106 |
|
* DOM-Document.t: New test for ARRAY qualified name |
| 107 |
|
is added. Set |strict_error_checking| to false |
| 108 |
|
for a test not to be raised by |create_attribute_ns|. |
| 109 |
|
|
| 110 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
| 111 |
|
|
| 112 |
* DOM-Document.t: Tests for |adopt_node| are added. |
* DOM-Document.t: Tests for |adopt_node| are added. |