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 \ diff --git a/editor/editor_tests/server_api_test.cpp b/editor/osm_auth_tests/server_api_test.cpp similarity index 100% rename from editor/editor_tests/server_api_test.cpp rename to editor/osm_auth_tests/server_api_test.cpp