[libxml-libxml-debugging-perl] 15/36: Update test cases and release 0.101.

Jonas Smedegaard dr at jones.dk
Tue Aug 4 16:35:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libxml-libxml-debugging-perl.

commit 5fa60b9de199accd8a30d866c96f769a1eadc304
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sat Nov 26 17:05:44 2011 +0000

    Update test cases and release 0.101.
    
    --HG--
    branch : XML-LibXML-Debugging
---
 t/01basics.t | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/t/01basics.t b/t/01basics.t
index 526fb8c..22d58a4 100644
--- a/t/01basics.t
+++ b/t/01basics.t
@@ -10,7 +10,7 @@ $root->setAttribute('xml:lang', 'en-gb-oed');
 
 is(
 	$doc->toClarkML,
-	'<{http://www.w3.org/1999/xhtml}html {http://www.w3.org/XML/1998/namespace}lang="en-gb-oed" {http://www.w3.org/2000/xmlns/}XMLNS="http://www.w3.org/1999/xhtml"/>',
+	'<{http://www.w3.org/1999/xhtml}html {http://www.w3.org/XML/1998/namespace}lang="en-gb-oed" {http://www.w3.org/2000/xmlns/}xmlns="http://www.w3.org/1999/xhtml"/>',
 	"toClarkML seems to be working.");
 
 my $correct = {
@@ -34,7 +34,7 @@ my $correct = {
                                           'nsuri' => 'http://www.w3.org/2000/xmlns/',
                                           'suffix' => undef,
                                           'qname' => 'xmlns',
-                                          'type' => 'Attribute (XMLNS)',
+                                          'type' => 'Namespace Declaration',
                                           'prefix' => 'xmlns'
                                         }
                                       ],
@@ -43,4 +43,4 @@ my $correct = {
           'type' => 'Document'
         };
 
-is_deeply($doc->toDebuggingHash, $correct, "toDebuggingHash seems to work.");
\ No newline at end of file
+is_deeply($doc->toDebuggingHash, $correct, "toDebuggingHash seems to work.");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-libxml-debugging-perl.git



More information about the Pkg-perl-cvs-commits mailing list