The number format of the LocationFormatter depends on the current Java local.
java.lang.AssertionError: expected [24°59'15.486"N] but found [24°59'15,486"N]
Expected :24°59'15.486"N
Actual :24°59'15,486"N
Make the number format independet on the current local.
The number format of the
LocationFormatterdepends on the current Java local.Make the number format independet on the current local.