intvsteve / VINTage

Various Intellivision-related projects, including the LTO Flash! User Interface application.
GNU General Public License v2.0
3 stars 1 forks source link

A ROM format metadata test failed in release builds #318

Closed intvsteve closed 5 years ago

intvsteve commented 5 years ago

Always had. It was testing a condition that arose specifically only in debug builds. Generally, the debug builds will throw when an error arises while parsing metadata - release builds will not. This test was expecting an exception simply because it was written and run in Debug builds.

In release, it now tests the expected result.