Moved osm server api test to Intergraion tests

This commit is contained in:
Timofey 2016-09-29 18:24:42 +03:00
parent dc81808a52
commit 5198ad01cf
2 changed files with 1 additions and 1 deletions

View file

@ -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 \

View file

@ -16,3 +16,4 @@ HEADERS += \
SOURCES += \
$$ROOT_DIR/testing/testingmain.cpp \
osm_auth_tests.cpp \
server_api_test.cpp \