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

initialTest fails in maestro-extension #4

Open
gitting-around opened this issue Nov 10, 2021 · 0 comments
Open

initialTest fails in maestro-extension #4

gitting-around opened this issue Nov 10, 2021 · 0 comments
Assignees

Comments

@gitting-around
Copy link
Contributor

When running the test with:

mvn test -Dtest=Test#initialTest -DfailIfNoTests=false

I get the following error:

[INFO] Running org.intocps.maestro.fmi2extension.Test
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.008 s <<< FAILURE! - in org.intocps.maestro.fmi2extension.Test
[ERROR] initialTest(org.intocps.maestro.fmi2extension.Test)  Time elapsed: 2.935 s  <<< ERROR!
java.lang.RuntimeException: error
        at org.intocps.maestro.fmi2extension.Test.check(Test.java:191)
        at org.intocps.maestro.fmi2extension.Test.initialTest(Test.java:155)

Looking into it, I think it fails here.

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

2 participants