Merge pull request #4411 from therearesomewhocallmetim/apitest_to_intergration

Moved osm server api test to Intergraion tests
This commit is contained in:
Ilya Zverev 2016-09-29 20:49:04 +04:00 committed by GitHub
commit 382de7bde3
3 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 \