1 |
#!/usr/bin/perl |
#!/usr/bin/perl |
2 |
use strict; |
use strict; |
3 |
use Test; |
use Test; |
4 |
BEGIN { plan tests => 4429 } |
BEGIN { plan tests => 4451 } |
5 |
|
|
6 |
require Message::DOM::DOMImplementation; |
require Message::DOM::DOMImplementation; |
7 |
use Message::Util::Error; |
use Message::Util::Error; |
94 |
attr_get_bool => { |
attr_get_bool => { |
95 |
has_attributes => 0, |
has_attributes => 0, |
96 |
has_child_nodes => 0, |
has_child_nodes => 0, |
97 |
|
is_id => 0, |
98 |
manakai_read_only => 0, |
manakai_read_only => 0, |
99 |
specified => 1, |
specified => 1, |
100 |
}, |
}, |
127 |
attr_get_bool => { |
attr_get_bool => { |
128 |
has_attributes => 0, |
has_attributes => 0, |
129 |
has_child_nodes => 1, |
has_child_nodes => 1, |
130 |
|
is_id => 0, |
131 |
manakai_read_only => 0, |
manakai_read_only => 0, |
132 |
specified => 1, |
specified => 1, |
133 |
}, |
}, |
155 |
attr_get_bool => { |
attr_get_bool => { |
156 |
has_attributes => 0, |
has_attributes => 0, |
157 |
has_child_nodes => 0, |
has_child_nodes => 0, |
158 |
|
is_id => 0, |
159 |
manakai_read_only => 0, |
manakai_read_only => 0, |
160 |
specified => 1, |
specified => 1, |
161 |
}, |
}, |
183 |
attr_get_bool => { |
attr_get_bool => { |
184 |
has_attributes => 0, |
has_attributes => 0, |
185 |
has_child_nodes => 0, |
has_child_nodes => 0, |
186 |
|
is_id => 0, |
187 |
manakai_read_only => 0, |
manakai_read_only => 0, |
188 |
specified => 1, |
specified => 1, |
189 |
}, |
}, |
211 |
attr_get_bool => { |
attr_get_bool => { |
212 |
has_attributes => 0, |
has_attributes => 0, |
213 |
has_child_nodes => 0, |
has_child_nodes => 0, |
214 |
|
is_id => 0, |
215 |
manakai_read_only => 0, |
manakai_read_only => 0, |
216 |
specified => 1, |
specified => 1, |
217 |
}, |
}, |
1256 |
]->[$i]; |
]->[$i]; |
1257 |
|
|
1258 |
my $doc2 = $doc->implementation->create_document; |
my $doc2 = $doc->implementation->create_document; |
1259 |
|
$doc2->strict_error_checking (0); |
1260 |
|
|
1261 |
my $el = $doc2->create_element_ns (undef, 'el'); |
my $el = $doc2->create_element_ns (undef, 'el'); |
1262 |
|
|