Closed iartarisi closed 9 years ago
Sorry, didn't spend the time to figure out how to add a test case for this. I didn't find any other tests for user messages.
Yeah there aren't any :( Thanks a lot for this fix. Looks like it should work fine. I'll try and arrange some way of testing the message in future.
using the following import:
I would get this message:
This happened because the comparison that the plugin does is correct (lexicographic, case-insensitive). But when the error message is displayed, only a lexicographic case-sensitive sorting algorithm is used (python's default sorted)