]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/commitdiff
- not needed in 1.65
authorradek <radek@pld-linux.org>
Sat, 6 Oct 2007 13:15:45 +0000 (13:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-XML-LibXML-empty_PI_tests.patch -> 1.2

perl-XML-LibXML-empty_PI_tests.patch [deleted file]

diff --git a/perl-XML-LibXML-empty_PI_tests.patch b/perl-XML-LibXML-empty_PI_tests.patch
deleted file mode 100644 (file)
index 7431586..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- XML-LibXML-1.63/t/03doc.t~ 2006-09-06 14:11:03.000000000 +0200
-+++ XML-LibXML-1.63/t/03doc.t  2007-07-14 21:05:27.302879735 +0200
-@@ -206,8 +206,10 @@
-         ok($pi);
-         ok($pi->nodeType, XML_PI_NODE);
-         ok($pi->nodeName, "foo");
--        ok( $pi->textContent, undef);
--        ok( $pi->getData, undef);
-+#       ok( $pi->textContent, undef);
-+#       ok( $pi->getData, undef);
-+              ok( 1, 1 );
-+              ok( 1, 1 );
-       $pi->setData(q(bar&amp;));
-       ok( $pi->getData, q(bar&amp;));
-         ok($pi->textContent, q(bar&amp;));
This page took 0.170168 seconds and 4 git commands to generate.