FriedrichFroebel/cmanager

Strip cache name on comparison

Closed this issue · 1 comments

The GeocacheComparator class uses the original names. While this works in most of the cases, it fails in some cases where the owner added a whitespace after the name for example. By trimming the cache name on comparison, we should be able to improve the detection ratio while not producing false positives.

To test this behaviour, we should probably use another comparator-specific test class to improve overview (the current test class already looks rather messy).