Rewrite junitTests/derbyNet/CompatibilityTest to conform to current JUnit usage
-------------------------------------------------------------------------------

                 Key: DERBY-2076
                 URL: http://issues.apache.org/jira/browse/DERBY-2076
             Project: Derby
          Issue Type: Improvement
          Components: Test
    Affects Versions: 10.3.0.0
            Reporter: Andrew McIntyre
            Priority: Minor


The test 
org.apache.derbyTesting.functionTests.tests.junitTests.DerbyNet.CompatibilityTest
 has been failing in the nightlies because it needs to be run in the old test 
harness, and for some reason the property which grants permission to read 
${user.home}/junit.properties is not being picked up properly in the old 
harness. 

I am able to resolve the problem by granting permission to read 
${user.home}/junit.properties to all, but the test should be refactored so that 
it can run with the rest of the junit tests without needing the old harness.

-- 
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

        

Reply via email to