Blob Blame History Raw
--- test/html/test_element_description.rb.debug	2009-12-02 02:06:03.000000000 +0900
+++ test/html/test_element_description.rb	2009-12-02 02:48:44.000000000 +0900
@@ -66,7 +66,10 @@
       def test_optional_attributes
         attrs = ElementDescription['table'].optional_attributes
         assert attrs
-        assert_equal 22, attrs.length
+        # Actually 23, not 22 (with libxml2 2.7.6). "22" was due to
+        # bug in libxml2 2.7.3 (GNOME bug 581803)
+        # Anyway no longer check this (as nokogiri 1.4.0 does not check this)
+        # assert_equal 22, attrs.length
       end
 
       def test_deprecated_attributes