Skip to content

Commit 668dfed

Browse files
committed
Fix conflicts
1 parent e345eb0 commit 668dfed

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

src/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ target_sources(cgimap_core PRIVATE
1616
logger.cpp
1717
mime_types.cpp
1818
basicauth.cpp
19-
oauth.cpp
2019
oauth2.cpp
2120
options.cpp
2221
osm_responder.cpp

src/backend/apidb/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ if(ENABLE_APIDB)
1414
pgsql_update.cpp
1515
changeset.cpp
1616
quad_tile.cpp
17-
oauth_store.cpp
1817
transaction_manager.cpp
1918
utils.cpp
2019
changeset_upload/changeset_updater.cpp

test/CMakeLists.txt

-36
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,6 @@ if(BUILD_TESTING)
7676
COMMAND test_basicauth)
7777

7878

79-
###########
80-
# test_oauth
81-
###########
82-
add_executable(test_oauth
83-
test_oauth.cpp)
84-
85-
target_link_libraries(test_oauth
86-
cgimap_common_compiler_options
87-
cgimap_core
88-
Boost::program_options
89-
PQXX::PQXX)
90-
91-
add_test(NAME test_oauth
92-
COMMAND test_oauth)
93-
94-
9579
###########
9680
# test_oauth2
9781
###########
@@ -196,26 +180,6 @@ if(BUILD_TESTING)
196180
COMMAND pg_virtualenv "$<TARGET_FILE:test_apidb_backend_nodes>" --db-schema "${CMAKE_CURRENT_SOURCE_DIR}/structure.sql")
197181

198182

199-
##########################
200-
# test_apidb_backend_oauth
201-
##########################
202-
add_executable(test_apidb_backend_oauth
203-
test_apidb_backend_oauth.cpp
204-
test_formatter.cpp
205-
test_database.cpp
206-
test_request.cpp)
207-
208-
target_link_libraries(test_apidb_backend_oauth
209-
cgimap_common_compiler_options
210-
cgimap_core
211-
cgimap_apidb
212-
cgimap_staticxml
213-
Boost::program_options)
214-
215-
add_test(NAME test_apidb_backend_oauth
216-
COMMAND pg_virtualenv "$<TARGET_FILE:test_apidb_backend_oauth>" --db-schema "${CMAKE_CURRENT_SOURCE_DIR}/structure.sql")
217-
218-
219183
###########################
220184
# test_apidb_backend_oauth2
221185
###########################

0 commit comments

Comments
 (0)