You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compile/run core using mvn clean package from inside the core directory but it failed to build due to multiple org.junit.ComparisonFailure and java.lang.AssertionError, caused by, I believe, the \ characters escaped as the ComparisonFailure error message(shortened) shown below.
org.junit.ComparisonFailure: expected:<..."identifier":"https:[//identifiers.org/MIR:00000364"...> but was:<..."identifier":"https:[\/\/identifiers.org\/MIR:00000364"...>
at hwu.elixir.scrape.scraper.ScraperFilteredCoreTest.test_injectId_alreadyGotId(ScraperFilteredCoreTest.java:446)
Some of the tests have static markup pages that have changed, so BMUSE fails to build because it does not pass the tests.
Please try: mvn clean package -DskipTests
This should build all packages for you.
Hi,
I tried to compile/run core using
mvn clean package
from inside the core directory but it failed to build due to multiple org.junit.ComparisonFailure and java.lang.AssertionError, caused by, I believe, the \ characters escaped as the ComparisonFailure error message(shortened) shown below.The full output:
BMUSEerror.txt
What can I do to fix this?
Thank you in advance.
The text was updated successfully, but these errors were encountered: