You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Ivanov (JIRA)" <ji...@apache.org> on 2007/07/11 11:16:04 UTC

[jira] Created: (HARMONY-4417) [buildtest][func] test func/api/java/security/cert/F_CertPathTest_03/F_CertPathTest_03.xml should use BC key store

[buildtest][func] test func/api/java/security/cert/F_CertPathTest_03/F_CertPathTest_03.xml should use BC key store
------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-4417
                 URL: https://issues.apache.org/jira/browse/HARMONY-4417
             Project: Harmony
          Issue Type: Improvement
          Components: build - test - ci
            Reporter: Vladimir Ivanov
            Priority: Minor


Test func/api/java/security/cert/F_CertPathTest_03/F_CertPathTest_03.xml should be updated to use bouncycastle key store in case of Harmony runtime. Now this test uses the RI-compatible key store only and passed on RI. On harmony this test failed as:
Load this KeyStore from the given file
java.io.IOException: Wrong version of key store.
	at org.bouncycastle.jce.provider.JDKKeyStore.engineLoad(Unknown Source)
	at java.security.KeyStore.load(KeyStore.java:406)
	at org.apache.harmony.test.func.api.java.security.cert.F_CertPathTest_03.F_CertPathTest_03.test(F_CertPathTest_03.java:104)
	at org.apache.harmony.share.Test.test(Test.java:94)
	at org.apache.harmony.test.func.api.java.security.cert.F_CertPathTest_03.F_CertPathTest_03.main(F_CertPathTest_03.java:157)
Error: Wrong version of key store.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.