sbmlteam / sbml-test-suite

The SBML Test Suite is a conformance testing system. It allows developers and users to test the degree and correctness of the SBML support provided in a software package.
https://sbml.org/software/sbml-test-suite/
Other
23 stars 12 forks source link

Test Runner: correctly sort and display oddly-capitalized data #84

Open luciansmith opened 2 years ago

luciansmith commented 2 years ago

Test 1805 expects results for compartments 'comp', 'Comp', and 'cOmP'. If it gets results in the order 'Comp', 'comp', 'cOmP', it'll mis-compare the data left-to-right, and not match up the column labels. It also won't display the correct data for either.

I think this might be as simple as making the program case-sensitive; for some reason, it's not.

Screen Shot 2022-03-20 at 5 48 14 PM

01805.csv

luciansmith commented 2 years ago

Similar problem with 1821:

Screen Shot 2022-03-20 at 5 50 49 PM