openlcb / OpenLCB_Java

A git-managed copy of the SVN-based Java prototype implementation of OpenLCB. This implementation operates inside JMRI.
6 stars 9 forks source link

Add two functional tests #229

Closed bobjacobsen closed 10 months ago

bobjacobsen commented 1 year ago
bobjacobsen commented 10 months ago

There was a user complaint that the tree wasn't properly sorting by name. Turned out the user had some dashes in the names, so it was sorting the way it should, it just looked wrong. This was part of debugging it, and rather than throw it out I thought I'd keep the tests around for next time.