You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/11/27 17:09:28 UTC

DO NOT REPLY [Bug 5133] New: - ProgrammaticDOMTest fails with constructed XSL DOM

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5133>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5133

ProgrammaticDOMTest fails with constructed XSL DOM

           Summary: ProgrammaticDOMTest fails with constructed XSL DOM
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: org.apache.xalan.transformer
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: curcuru@apache.org


Note: this may well be an error in the test logic, since I'm not sure that the 
xsl namespace is being correctly set.
Mostly just logging so I can record setting it into the SmoketestOuttakes.java 
file.
TestID: ProgrammaticDOMTest.java r1.1 testCase2 will throw an NPE and a DOM003 
exception in the latter two times it attempts to perform a transformation using 
a programmatically constructed DOM that represents an identity transform.
This test case has been moved into:
TestID: SmoketestOuttakes.java r1.5 testCase6
so that the other test can run in the smoketest.