Skip to content

Commit 7bbd1ab

Browse files
committed
IT: remove embedded_ads code
The embedded_ads code is related to Kerberos authentication to DSE clusters, which is no longer supported in the CPP-Rust Driver.
1 parent 9191a43 commit 7bbd1ab

File tree

3 files changed

+0
-690
lines changed

3 files changed

+0
-690
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,15 +167,6 @@ set(COMMON_INTEGRATION_TEST_SOURCE_FILES ${INTEGRATION_TESTS_SOURCE_FILES}
167167
#------------------------
168168

169169
if(CASS_BUILD_INTEGRATION_TESTS)
170-
configure_file(embedded-ads.jar ${CMAKE_BINARY_DIR} COPYONLY)
171-
if(WIN32)
172-
# Copy the embedded ADS to additional locations for use with IDE
173-
if(NOT EXISTS ${CMAKE_BINARY_DIR}/tests)
174-
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/tests)
175-
endif()
176-
configure_file(embedded-ads.jar ${CMAKE_BINARY_DIR}/tests COPYONLY)
177-
endif()
178-
179170
add_subdirectory(src/integration)
180171
endif()
181172

tests/src/integration/embedded_ads.cpp

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)