gregorio-project / gregorio-test

A repository of tests for Gregorio
GNU General Public License v3.0
5 stars 3 forks source link

Incorrect Error message #307

Closed rpspringuel closed 5 years ago

rpspringuel commented 7 years ago

If a test does not have an expectation, we currently get a bunch of errors from ImageMagick when it tries to compare and convert the expectation and then the test script out puts the message "differ from expected". It would be more useful if we checked for the existence of the expectation before trying to manipulate it with ImageMagick and if it's not found issue an error specific to that problem.

rpspringuel commented 5 years ago

Addresed by #330