[DRE-commits] [ruby-nokogiri] 07/09: remove patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Mar 31 07:45:57 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-nokogiri.

commit 7e879f712f653d26423a8ac197678aafc556ecfa
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Mar 31 12:26:56 2015 +0530

    remove patch
---
 ...t_reader_entity_reference_without_dtdload.patch | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/debian/patches/skip_test_reader_entity_reference_without_dtdload.patch b/debian/patches/skip_test_reader_entity_reference_without_dtdload.patch
deleted file mode 100644
index df2c00e..0000000
--- a/debian/patches/skip_test_reader_entity_reference_without_dtdload.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: disable test_reader_entity_reference_without_dtdload
- These tests fail with libxml2 2.9, but were passing with 2.8
-Origin: vendor
-Author: Cédric Boutillier <boutil at debian.org>
-Forwarded: no
-Last-Update: 2014-05-30
-
---- a/test/xml/test_entity_reference.rb
-+++ b/test/xml/test_entity_reference.rb
-@@ -231,15 +231,15 @@
-         assert_equal [], nodes.compact.map(&:strip).reject(&:empty?)
-       end
- 
--      test_relative_and_absolute_path :test_reader_entity_reference_without_dtdload do
--        html = File.read xml_document
--        reader = Nokogiri::XML::Reader html, path do |cfg|
--          cfg.default_xml
--        end
--        assert_raises(Nokogiri::XML::SyntaxError) do
--          reader.each { |n| n }
--        end
--      end
-+      #test_relative_and_absolute_path :test_reader_entity_reference_without_dtdload do
-+      #  html = File.read xml_document
-+      #  reader = Nokogiri::XML::Reader html, path do |cfg|
-+      #    cfg.default_xml
-+      #  end
-+      #  assert_raises(Nokogiri::XML::SyntaxError) do
-+      #    reader.each { |n| n }
-+      #  end
-+      #end
-     end
-   end
- end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-nokogiri.git



More information about the Pkg-ruby-extras-commits mailing list