Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move test resources to correct modules #52

Closed

Commits on Jan 25, 2014

  1. Move core->pkix: FileDaFirmare test resources required by PKIX

    core:src/test/data/org/bouncycastle/tsp/test/FileDaFirmare.data
    
    used by
    
    pkix:org.bouncycastle.tsp.test.CMSTimeStampedDataGeneratorTest
    rtyley committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    ccff541 View commit details
    Browse the repository at this point in the history
  2. Move prov->pkix: tests for OCSP, which is in pkix

    The tests use classes from pkix, eg:
    
    prov/src/main/java/org/bouncycastle/ocsp/Req.java
    rtyley committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    e9cac67 View commit details
    Browse the repository at this point in the history
  3. Move core->pkix: PSS test-resourses required by BcSignedDataTest

    pkix/src/test/java/org/bouncycastle/cms/test/BcSignedDataTest.java
    
    BcSignedDataTest. testCounterSig
    BcSignedDataTest. testEncapsulatedSample
    BcSignedDataTest. testSamples
    rtyley committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    7df8ee6 View commit details
    Browse the repository at this point in the history
  4. Move core->pkix: test-resources required by org.bouncycastle.eac.test…

    ….AllTests
    
    pkix/src/test/java/org/bouncycastle/eac/test/AllTests.java
    rtyley committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    ea361b4 View commit details
    Browse the repository at this point in the history
  5. Move core->prov: test-resources for org.bouncycastle.jce.provider.tes…

    …t.rsa3.RSA3CertTest
    
    prov/src/test/java/org/bouncycastle/jce/provider/test/rsa3/RSA3CertTest.java
    
    org.bouncycastle.jce.provider.test.AllTests > org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest.testI FAILED
    org.bouncycastle.jcajce.provider.asymmetric.x509.CertificateFactory$ExCertificateException at RSA3CertTest.java:113
    Caused by: java.io.IOException at RSA3CertTest.java:113
    
    org.bouncycastle.jce.provider.test.AllTests > org.bouncycastle.jce.provider.test.rsa3.RSA3CertTest.testJ FAILED
    org.bouncycastle.jcajce.provider.asymmetric.x509.CertificateFactory$ExCertificateException at RSA3CertTest.java:113
    Caused by: java.io.IOException at RSA3CertTest.java:113
    rtyley committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    52a3494 View commit details
    Browse the repository at this point in the history