-
Notifications
You must be signed in to change notification settings - Fork 193
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
Unit test failures: billesholm.osm file is missing and test files written on project root folder #357
Comments
I like all suggestions.
|
I ll push my PR on Monday ;).
Could I ignore the test using the file billeshom or is there any chance to retrieve the file?
Then I could propose a new PR for unit test and Travis.
Happy to help :)
…---- On Sat, 06 Apr 2019 12:35:59 +0200 [email protected] wrote ----
I like all suggestions.
Messy tests that output stuff outside target should be cleaned up to output to target
It would be good if travis CI ran unit tests, then mistakes like the missing billesholm.osm would have been caught
Fantastic that you've done work to port to newer geotools, and I'm looking forward to the PR to review.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Yes, ignore the test. I will find the file and unignore the test when I do. |
Also, for me to merge your PR's, please make sure to agree to the CLA, as described at https://neo4j.com/developer/cla/ |
done
…---- On Sun, 07 Apr 2019 00:49:18 +0200 Craig Taverner <[email protected]> wrote ----
Also, for me to merge your PR's, please make sure to agree to the CLA, as described at https://neo4j.com/developer/cla/
—
You are receiving this because you authored the thread.
Reply to this email directly, #357 (comment), or https://github.com/notifications/unsubscribe-auth/AtXaxamHJyQBs2NdIyKtd9BiKZuTQ2PHks5veSRugaJpZM4ce4Ge.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to propose a PR to migrate geotools from 14.4 to 21.0. See:
Before creating this PR, I launched unit tests and I have an issue with org.neo4j.gis.spatial.TestSpatial:
java.io.FileNotFoundException: target\osm\billesholm.osm
I believe that the file billesholm.osm is missing. Where could I find it ?
Another points:
it seems that some files generated by unit tests are stored in project root folder:
( I can try to modify this point and let unit test generate files in the target folder).
Last point: unit tests are not launched by travis. Should I modifiy travis to launch them ?
The text was updated successfully, but these errors were encountered: