nakarte

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

commit 7a5463a64f4a050fe63e63596773f4efca8906fb
parent 1fa0411a562c880592e0da3a960d4b3ac490a41a
Author: Sergey Orlov <wladimirych@gmail.com>
Date:   Wed,  3 Feb 2021 21:40:07 +0100

Revert "tests: temporary disable tests for loading tracks from gpslib"

This reverts commit 502fa34771450f9ad9597994a68d8cfc974aac6f.

Related to #658

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

diff --git a/test/test_track_load.js b/test/test_track_load.js @@ -56,10 +56,9 @@ suite('Load tracks from services'); 'movescount_route_with_title', 'movescount_route_private', 'movescount_route_not_exists', - // temporary disabled - // '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',