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

Failing unit test regarding signing (simulator) #90

Open
gustinmi opened this issue Oct 11, 2023 · 0 comments
Open

Failing unit test regarding signing (simulator) #90

gustinmi opened this issue Oct 11, 2023 · 0 comments

Comments

@gustinmi
Copy link

There are 4 unit test failing with gradlew test. JCardSim is selected as card provider. Is this because of simulator?
All files are default (wallet.json), no changes to code was made. Using java 1.8.LATEST.

im.status.keycard.KeycardTest > signTest() FAILED
org.opentest4j.AssertionFailedError: expected: <36864> but was: <28416>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:52)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:154)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:149)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:305)
at im.status.keycard.KeycardTest.verifySignResp(KeycardTest.java:1200)
at im.status.keycard.KeycardTest.signTest(KeycardTest.java:1153)

im.status.keycard.KeycardTest > exportKey() FAILED
org.opentest4j.AssertionFailedError: expected: <36864> but was: <28416>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:52)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:154)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:149)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:305)
at im.status.keycard.KeycardTest.exportKey(KeycardTest.java:1375)

im.status.keycard.KeycardTest > setPinlessPathTest() FAILED
org.opentest4j.AssertionFailedError: expected: <36864> but was: <28416>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:52)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:154)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:149)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:305)
at im.status.keycard.KeycardTest.setPinlessPathTest(KeycardTest.java:1280)

im.status.keycard.KeycardTest > deriveKeyTest() FAILED
org.opentest4j.AssertionFailedError: expected: <36864> but was: <28416>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:52)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:154)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:149)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:305)
at im.status.keycard.KeycardTest.verifyKeyDerivation(KeycardTest.java:1753)
at im.status.keycard.KeycardTest.deriveKeyTest(KeycardTest.java:1075)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant