From 248159cc63965706c08f0b92aa5a41ab819b1c7d Mon Sep 17 00:00:00 2001 From: Rupinder Singh Khokhar Date: Sun, 8 Jun 2014 11:18:42 +0530 Subject: HTMLDocument Element incomplete & test generator minor fix --- test/DOMTSHandler.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/DOMTSHandler.pm') 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)" -- cgit v1.2.3