summaryrefslogtreecommitdiff
path: root/test/DOMTSHandler.pm
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-08 11:18:42 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-18 03:44:34 +0530
commit248159cc63965706c08f0b92aa5a41ab819b1c7d (patch)
tree1f61f620154d06d3dbd560a4eee8a3e911f8174e /test/DOMTSHandler.pm
parent5ea57331b2cbe8f261988f01b5e30d388847b6be (diff)
downloadlibdom-248159cc63965706c08f0b92aa5a41ab819b1c7d.tar.gz
libdom-248159cc63965706c08f0b92aa5a41ab819b1c7d.tar.bz2
HTMLDocument Element incomplete & test generator minor fix
Diffstat (limited to 'test/DOMTSHandler.pm')
-rw-r--r--test/DOMTSHandler.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/DOMTSHandler.pm b/test/DOMTSHandler.pm
index 304ac29..fa71365 100644
--- a/test/DOMTSHandler.pm
+++ b/test/DOMTSHandler.pm
@@ -91,6 +91,7 @@ our %special_method = (
our %special_attribute = (
namespaceURI => "namespace",
+ URL => "url",
);
our %no_unref = (
@@ -1210,7 +1211,7 @@ sub generate_assertion {
$fragment = $ats->{fragment};
}
if (exists $ats->{isAbsolute}) {
- $isAbsolute = $ats->{isAbsolute};
+ $isAbsolute = "\"$ats->{isAbsolute}\"";
}
print "is_uri_equals($scheme, $path, $host, $file, $name, $query, $fragment, $isAbsolute, $actual)"