[ https://issues.apache.org/jira/browse/HARMONY-6357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768704#action_12768704 ] Hudson commented on HARMONY-6357: --------------------------------- Integrated in Harmony-1.5-head-linux-x86_64 #510 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/510/]) Fix for ([classlib][security] PermissionCollectionTest passes thanks to a bug in bcprov.jar) Update BouncyCastle dependency to version 1.44, and fix the PermissionCollections test to: - write out the policy file in a valid format - assert the permissions implies correctly from the forked VM > [classlib][security] PermissionCollectionTest passes thanks to a bug in bcprov.jar > ---------------------------------------------------------------------------------- > > Key: HARMONY-6357 > URL: https://issues.apache.org/jira/browse/HARMONY-6357 > Project: Harmony > Issue Type: Bug > Components: Classlib > Affects Versions: 5.0M11 > Environment: x86/redhat el5 > Reporter: Kyle Cho > Assignee: Tim Ellison > Priority: Minor > Fix For: 5.0M12 > > > The junit test, test_impliesLjava_security_Permisson of the tests.api.java.security.PermissionCollectionTest passes thanks to a bug in bcprov-jdk15-141.jar. See http://www.bouncycastle.org/jira/browse/BJA-222. In the bcprov-jdk15-144.jar, the bug has been fixed. > This means that if the dependency for bcprov is updated to use bcprov-jdk15-144.jar, the junit test will fail. Either the test case needs update or excluded. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.