summaryrefslogtreecommitdiffstats
path: root/nokogiri-1.4.2-test-xml-element-number.patch
diff options
context:
space:
mode:
authorMamoru Tasaka <tasaka1@localhost.localdomain>2010-10-18 01:39:43 +0900
committerMamoru Tasaka <tasaka1@localhost.localdomain>2010-10-18 01:39:43 +0900
commite107dc45ab5654f2e77ec90a6cff33d696285342 (patch)
tree661cff0a30376a20d3b3cd71bd2d268997c6d436 /nokogiri-1.4.2-test-xml-element-number.patch
parent01c36f3075958d4b770c41e77d2b8182c4a96300 (diff)
downloadrubygem-nokogiri-e107dc45ab5654f2e77ec90a6cff33d696285342.tar.gz
rubygem-nokogiri-e107dc45ab5654f2e77ec90a6cff33d696285342.tar.xz
rubygem-nokogiri-e107dc45ab5654f2e77ec90a6cff33d696285342.zip
- Try 1.5.0.beta.2
Diffstat (limited to 'nokogiri-1.4.2-test-xml-element-number.patch')
-rw-r--r--nokogiri-1.4.2-test-xml-element-number.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/nokogiri-1.4.2-test-xml-element-number.patch b/nokogiri-1.4.2-test-xml-element-number.patch
deleted file mode 100644
index 117134b..0000000
--- a/nokogiri-1.4.2-test-xml-element-number.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- nokogiri-1.4.2/test/html/test_element_description.rb.elements 2010-05-26 01:26:12.000000000 +0900
-+++ nokogiri-1.4.2/test/html/test_element_description.rb 2010-05-26 01:35:42.000000000 +0900
-@@ -59,7 +59,7 @@
- if Nokogiri::LIBXML_VERSION == '2.7.7'
- assert_equal 65, sub_elements.length
- else
-- assert_equal 61, sub_elements.length
-+ assert( 61 <= sub_elements.length )
- end
- end
-