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:
6
DOMTEST
6
DOMTEST
@ -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
|
||||
@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user