Make it possible to run JUnit tests with the GUI runners
--------------------------------------------------------
Key: DERBY-1977
URL: http://issues.apache.org/jira/browse/DERBY-1977
Project: Derby
Issue Type: Improvement
Components: Test
Affects Versions: 10.2.1.6
Reporter: Dyre Tjeldvoll
Fix For: 10.3.0.0
Kristain Waagan wrote in a message on derby-dev:
> The problem is that the GUI runners are using a custom classload to
> allow for dynamic reloading of the test classes. It defeats the getURL
> method in SecurityManagerSetup, seemingly by returning an empty/null
> (the object itself isn't null) ProtectionDomain object. This finally
> leads to the URL object extracted being null, which causes the NPE.
>
> A workaround is to specify the -noloading option for the runner, like this:
> java -classpath X junit.swingui.TestRunner -noloading
> org.apache.derbyTesting...
>
> If you do this, you must restart the GUI if you recompile the test classes.
> We should investigate this and see if we can get it working without
> specifying the -noloading argument.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira