tolles OO ist das.

747/808 nodehasattributes02.xml
-TEST FAILED: There is no applicable method for the generic function
-               #<STANDARD-GENERIC-FUNCTION DOM:HAS-ATTRIBUTES (1)>
-             when called with arguments
-               (#<DOM-IMPL::DOCUMENT-TYPE {xxxxxxxx}>).
This commit is contained in:
dlichteblau
2005-12-11 19:38:09 +00:00
parent e653fd37a3
commit 6101105d6f
2 changed files with 4 additions and 5 deletions

View File

@ -780,10 +780,6 @@ not implemented
745/808 nodegetprefix03.xml
746/808 nodehasattributes01.xml
747/808 nodehasattributes02.xml
TEST FAILED: There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION DOM:HAS-ATTRIBUTES (1)>
when called with arguments
(#<DOM-IMPL::DOCUMENT-TYPE {xxxxxxxx}>).
748/808 nodehasattributes03.xml
749/808 nodehasattributes04.xml
750/808 nodeissupported01.xml
@ -858,4 +854,4 @@ implementationAttribute expandEntityReferences not supported, skipping test
803/808 setNamedItemNS04.xml
804/808 setNamedItemNS05.xml
805/808 systemId01.xml
7/763 tests failed; 45 tests were skipped
6/763 tests failed; 45 tests were skipped

View File

@ -448,6 +448,9 @@
;;; Node
(defmethod dom:has-attributes ((element node))
nil)
(defmethod dom:is-supported ((node node) feature version)
(dom:has-feature 'implementation feature version))