european-commission-empl / european-digital-credentials

European Union Public License 1.2
5 stars 3 forks source link

Failing integration test in edci.wallet.service.VerifiablePresentationITest.prepareInputs #5

Open SeSodesa opened 3 years ago

SeSodesa commented 3 years ago

After fixing issue #3, the compilation process continues, until the function

integration.eu.europa.ec.empl.edci.wallet.service.VerifiablePresentationITest.prepareInputs

also mentioned in the title is encountered. The following error is then thrown:

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.593 s <<< FAILURE! - in integration.eu.europa.ec.empl.edci.wallet.service.VerifiablePresentationITest [ERROR] downloadVerifiablePresentationPDF_shouldBuildPDF_whenHavingAValidCredential(integration.eu.europa.ec.empl.edci.wallet.service.VerifiablePresentationITest) Time elapsed: 0.056 s <<< ERROR! java.lang.NullPointerException at integration.eu.europa.ec.empl.edci.wallet.service.VerifiablePresentationITest.prepareInputs(VerifiablePresentationITest.java:97)

This is yet another obstacle in the way of compiling the entire project.

Esayos commented 3 years ago

Hello @SeSodesa , this will be corrected in the next version, for the meantime, you can disable test in pom.xml in order to build the artifact