674/808 hc_nodedocumentfragmentnormalize2.xml

-TEST FAILED: The assertion (NULL DOMTEST-TESTS::|txtNode|) failed.
This commit is contained in:
dlichteblau
2005-12-11 18:47:27 +00:00
parent f90b5b37d9
commit fed3699960
2 changed files with 5 additions and 2 deletions

View File

@ -705,7 +705,6 @@ implementationAttribute expandEntityReferences not supported, skipping test
672/808 hc_namednodemapinvalidtype1.xml 672/808 hc_namednodemapinvalidtype1.xml
673/808 hc_nodedocumentfragmentnormalize1.xml 673/808 hc_nodedocumentfragmentnormalize1.xml
674/808 hc_nodedocumentfragmentnormalize2.xml 674/808 hc_nodedocumentfragmentnormalize2.xml
TEST FAILED: The assertion (NULL DOMTEST-TESTS::|txtNode|) failed.
675/808 hc_notationsremovenameditemns1.xml 675/808 hc_notationsremovenameditemns1.xml
676/808 hc_notationssetnameditemns1.xml 676/808 hc_notationssetnameditemns1.xml
677/808 importNode01.xml 677/808 importNode01.xml
@ -865,4 +864,4 @@ implementationAttribute expandEntityReferences not supported, skipping test
803/808 setNamedItemNS04.xml 803/808 setNamedItemNS04.xml
804/808 setNamedItemNS05.xml 804/808 setNamedItemNS05.xml
805/808 systemId01.xml 805/808 systemId01.xml
11/763 tests failed; 45 tests were skipped 10/763 tests failed; 45 tests were skipped

View File

@ -1106,6 +1106,10 @@
(dom:remove-child n child) (dom:remove-child n child)
;; not (incf i) ;; not (incf i)
) )
((zerop (length (dom:data child)))
(dom:remove-child n child)
;; not (incf i)
)
(t (t
(setf previous child) (setf previous child)
(incf i)))))) (incf i))))))