Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-09-29 18:24:42 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-09-29 18:24:42 +0300
commit5198ad01cf53ec30930a006a0aef2600ef5712b3 (patch)
tree92521f003d0be3bd0399ba64abb5fcc9f174d16d /editor
parentdc81808a52250133668f0c5aef4f35eff77fb3a4 (diff)
Moved osm server api test to Intergraion tests
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_tests/editor_tests.pro1
-rw-r--r--editor/osm_auth_tests/osm_auth_tests.pro1
2 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_tests/editor_tests.pro b/editor/editor_tests/editor_tests.pro
index 4ca787853a..dad85af705 100644
--- a/editor/editor_tests/editor_tests.pro
+++ b/editor/editor_tests/editor_tests.pro
@@ -20,7 +20,6 @@ SOURCES += \
editor_notes_test.cpp \
opening_hours_ui_test.cpp \
osm_feature_matcher_test.cpp \
- server_api_test.cpp \
ui2oh_test.cpp \
user_stats_test.cpp \
xml_feature_test.cpp \
diff --git a/editor/osm_auth_tests/osm_auth_tests.pro b/editor/osm_auth_tests/osm_auth_tests.pro
index aad9e466e1..abad2cda56 100644
--- a/editor/osm_auth_tests/osm_auth_tests.pro
+++ b/editor/osm_auth_tests/osm_auth_tests.pro
@@ -16,3 +16,4 @@ HEADERS += \
SOURCES += \
$$ROOT_DIR/testing/testingmain.cpp \
osm_auth_tests.cpp \
+ server_api_test.cpp \