• rpici's avatar
    Fix bug in test_tiff.cpp · 9cca066e
    rpici authored
    The big endian data in the tiff_sample_data array was never being tested.  This could be observed by e.g. changing the 9th byte in the big endian data from 0xde to something that should fail the test, e.g. 0xdd, and the test would still pass even though it should fail.
    9cca066e
test_tiff.cpp 10.5 KB