When I run a unit test with the integrated UI I get something like the 
attached stack trace on my console. If I use the integrated text 
interface, it works just fine.

(Doctor, it hurts when I do this. Well, then don't do that.)

Not that I mind using the text interface, but the UI interface should 
work too.

org.jdom.JDOMException: Error in building: 
org.apache.crimson.parser.XMLReaderImpl
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:306)
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:617)
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:599)
        at edu.stsci.util.Blackboard.loadDomDocument(Blackboard.java:244)
        at edu.stsci.util.Blackboard.<init>(Blackboard.java:26)
        at 
gov.nasa.gsfc.sea.science.EmissionLineSetTest.testBlackboardInterface(EmissionLineSetTest.java:43)
        at java.lang.reflect.Method.invoke(Native Method)
        at junit.framework.TestCase.runTest(TestCase.java:166)
        at junit.framework.TestCase.runBare(TestCase.java:140)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:131)
        at junit.framework.TestSuite.runTest(TestSuite.java:173)
        at junit.framework.TestSuite.run(TestSuite.java:168)
        at junit.swingui.TestRunner$17.run(TestRunner.java:644)
Root cause: java.lang.ClassCastException: 
org.apache.crimson.parser.XMLReaderImpl
        at org.jdom.input.SAXBuilder.createParser(SAXBuilder.java:392)
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:283)
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:617)
        at org.jdom.input.SAXBuilder.build(SAXBuilder.java:599)
        at edu.stsci.util.Blackboard.loadDomDocument(Blackboard.java:244)
        at edu.stsci.util.Blackboard.<init>(Blackboard.java:26)
        at 
gov.nasa.gsfc.sea.science.EmissionLineSetTest.testBlackboardInterface(EmissionLineSetTest.java:43)
        at java.lang.reflect.Method.invoke(Native Method)
        at junit.framework.TestCase.runTest(TestCase.java:166)
        at junit.framework.TestCase.runBare(TestCase.java:140)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:131)
        at junit.framework.TestSuite.runTest(TestSuite.java:173)
        at junit.framework.TestSuite.run(TestSuite.java:168)
        at junit.swingui.TestRunner$17.run(TestRunner.java:644)


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to