We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.lambadaframework.jaxrs.JAXRSParserTest Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec <<< FAILURE! - in org.lambadaframework.jaxrs.JAXRSParserTest testScanPackage(org.lambadaframework.jaxrs.JAXRSParserTest) Time elapsed: 0.224 sec <<< FAILURE! org.junit.ComparisonFailure: expected:</resource1/{id}[]> but was:</resource1/{id}[/users]> at org.lambadaframework.jaxrs.JAXRSParserTest.testScanPackage(JAXRSParserTest.java:47) Results : Failed tests: JAXRSParserTest.testScanPackage:47 expected:</resource1/{id}[]> but was:</resource1/{id}[/users]> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
The text was updated successfully, but these errors were encountered:
It is passing on CI: https://travis-ci.org/lambadaframework/lambadaframework/builds/236683014 You can safely use 0.0.6 in your project.
Sorry, something went wrong.
The test was specifically failing on Windows... cumulative fix in a053aed includes the fix for non-deterministic behavior from 19cae75
JAXRSParser / JAXRSParserTest fixed on Windows platform (issue cagata…
e2dd4a3
…ygurturk#49)
No branches or pull requests
The text was updated successfully, but these errors were encountered: