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

Fix build #979

Open
wants to merge 3 commits into
base: next
Choose a base branch
from
Open

Fix build #979

wants to merge 3 commits into from

Conversation

chris-ch
Copy link
Contributor

@chris-ch chris-ch commented Sep 17, 2024

I had the tests failing with the "next" branch:
@chris-ch ➜ /workspaces/fred (next) $ ./gradlew --parallel test

Task :compileTestJava FAILED
/workspaces/fred/test/freenet/client/filter/TheoraBitstreamFilterTest.java:12: error: cannot find symbol
import static org.junit.Assert.assertThrows;
^
symbol: static assertThrows
location: class Assert
/workspaces/fred/test/freenet/support/api/BooleanCallbackTest.java:4: error: cannot find symbol
import static org.junit.Assert.assertThrows;
^
symbol: static assertThrows
location: class Assert
/workspaces/fred/test/freenet/support/SimpleFieldSetTest.java:20: error: cannot find symbol
import static org.hamcrest.Matchers.anEmptyMap;
^
symbol: static anEmptyMap
location: class Matchers
...

I needed to upgrade junit to 4.13.2 and hamcrest to 3.0 ... The process requires updating the verification keys.

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

Successfully merging this pull request may close these issues.

1 participant