sbml-test-suite icon indicating copy to clipboard operation
sbml-test-suite copied to clipboard

Test Runner: correctly sort and display oddly-capitalized data

Open luciansmith opened this issue 3 years ago • 1 comments

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](https://github.com/sbmlteam/sbml-test-suite/files/8317828/01805.csv)

luciansmith avatar Mar 21 '22 17:03 luciansmith

Similar problem with 1821: Screen Shot 2022-03-20 at 5 50 49 PM

luciansmith avatar Mar 21 '22 17:03 luciansmith