From ce37bc1dab161dabbd09def4361aa024f4d89106 Mon Sep 17 00:00:00 2001 From: "rpallath%eng.sun.com" Date: Mon, 3 Apr 2000 23:36:09 +0000 Subject: [PATCH] Added Bug information for Bug Id 15118 git-svn-id: svn://10.0.0.236/trunk@65082 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/dom/tests/src/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/mozilla/java/dom/tests/src/README b/mozilla/java/dom/tests/src/README index c5d02e8aba8..3776bd6d8de 100755 --- a/mozilla/java/dom/tests/src/README +++ b/mozilla/java/dom/tests/src/README @@ -132,3 +132,18 @@ To Invoke a specific test case NOTE: All Test Cases are recorded in file BWTestClass.lst.ORIG --------------------------------------------------------------------------- + + +BUGS: + + Currently a bug is filed against getDocumentType method of object Document. + for XML (see Bugzilla ID: 15118). + Hence all the tests which depend on the same will fail, namely + DocumentTypeImpl->getEntities + DocumentTypeImpl->getInternalSubset + DocumentTypeImpl->getName + DocumentTypeImpl->getNotations + DocumentTypeImpl->getPublicId + DocumentTypeImpl->getSystemId + DocumentImpl->getDoctype_xml +