locationtech / proj4j

Java port of the Proj.4 library for coordinate reprojection
Other
184 stars 73 forks source link

Minor fixes for CoordinateTransformTester, as per #41 and #42 #47

Closed Neutius closed 5 years ago

Neutius commented 5 years ago

As per paulushub on https://github.com/locationtech/proj4j/pull/41/commits/f8a9eaa86d0b9714f14044f7ab6856063b37eeb9:

  1. Removing @test: This class is not directly involved in the test process, the addition of the attribute produces several initialization errors.
  2. Removing unused fields p, p2 and the junit package.

Final test results: Before Updates: Runs: 72/72 (2 skipped) Errors: 28 Failures: 1 After Updates: Runs: 44/44 (2 skipped) Errors: 0 Failures: 1

Signed-off-by: Wambertus sfcgijs@gmail.com

Resolves #41 and resolves #42

Neutius commented 5 years ago

I'm having some issues with the legal agreement, due to using both my work e-mail and my private e-mail. Will fix tomorrow.

Edit: fixed. Made a second Eclipse account with my private e-mail.

pomadchin commented 5 years ago

Thanks for doing it @Neutius!

echeipesh commented 5 years ago

ECA is now good (We should really add the automatic checker to GitHub here). Thank you for another contribution.