summaryrefslogtreecommitdiffstats
path: root/nokogiri-1.4.2-test-xml-element-number.patch
diff options
context:
space:
mode:
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
-