nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 0fb082b0b62e9828037aa8038dbf263f4901ee5b
parent 617f50067ca7f684c4adfacc5dabf9672dd09cde
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Sun,  3 Apr 2022 22:51:09 +0200

tests: Restore tests for gpslib

Fixes #798

Diffstat:
Mtest/test_track_load.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/test_track_load.js b/test/test_track_load.js @@ -48,9 +48,9 @@ suite('Load tracks from services'); 'garmin_connect_route_with_title', 'garmin_connect_route_private', 'garmin_connect_route_not_exists', - // 'gpslib_with_title', - // 'gpslib_without_title', - // 'gpslib_not_exists', + 'gpslib_with_title', + 'gpslib_without_title', + 'gpslib_not_exists', 'osm_with_title', 'osm_without_title', 'osm_private',