File tree 3 files changed +0
-38
lines changed
3 files changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ target_sources(cgimap_core PRIVATE
16
16
logger.cpp
17
17
mime_types.cpp
18
18
basicauth.cpp
19
- oauth.cpp
20
19
oauth2.cpp
21
20
options .cpp
22
21
osm_responder.cpp
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ if(ENABLE_APIDB)
14
14
pgsql_update.cpp
15
15
changeset.cpp
16
16
quad_tile.cpp
17
- oauth_store.cpp
18
17
transaction_manager.cpp
19
18
utils.cpp
20
19
changeset_upload/changeset_updater.cpp
Original file line number Diff line number Diff line change @@ -76,22 +76,6 @@ if(BUILD_TESTING)
76
76
COMMAND test_basicauth)
77
77
78
78
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
-
95
79
###########
96
80
# test_oauth2
97
81
###########
@@ -196,26 +180,6 @@ if(BUILD_TESTING)
196
180
COMMAND pg_virtualenv "$<TARGET_FILE:test_apidb_backend_nodes>" --db-schema "${CMAKE_CURRENT_SOURCE_DIR} /structure.sql" )
197
181
198
182
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
-
219
183
###########################
220
184
# test_apidb_backend_oauth2
221
185
###########################
You can’t perform that action at this time.
0 commit comments