ngageoint / tiff-java

Tagged Image File Format Java Library
https://ngageoint.github.io/tiff-java
MIT License
72 stars 34 forks source link

TempTest.java should be a real test #2

Closed bradh closed 8 years ago

bradh commented 8 years ago

That code should be in a parallel test directory, and refer to available test data.

bosborn commented 8 years ago

You are catching this library still in development in its first few days. Version 1 is not yet released. TempTest will not be released and some tests will be added.

bosborn commented 8 years ago

Moved to the test section for now, will be deleted later.

bradh commented 8 years ago

No problem. Just showing the excitement :-)

bosborn commented 8 years ago

TempTest is officially deleted. Added read and write tests with test files. Added a command line test application to read and print info from a TIFF file (TiffFileTester).

Released version 1.0.0 which is in the central repo.