Skip to content

Commit

Permalink
[7104] Add replica_truncate API to library features unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Apr 5, 2024
1 parent dae0cd2 commit 002e1fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unit_tests/src/test_rc_get_library_features.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TEST_CASE("rc_get_library_features")
CHECK(202301 == features.at(IRODS_TO_STRING(IRODS_HAS_LIBRARY_SYSTEM_ERROR)).get<int>());
CHECK(202306 == features.at(IRODS_TO_STRING(IRODS_HAS_FEATURE_PROXY_USER_SUPPORT_FOR_CLIENT_CONNECTION_LIBRARIES)).get<int>());
CHECK(202307 == features.at(IRODS_TO_STRING(IRODS_HAS_API_ENDPOINT_CHECK_AUTH_CREDENTIALS)).get<int>());
CHECK(202403 == features.at(IRODS_TO_STRING(IRODS_HAS_API_ENDPOINT_REPLICA_TRUNCATE)).get<int>());
CHECK(202403 == features.at(IRODS_TO_STRING(IRODS_HAS_API_ENDPOINT_GENQUERY2)).get<int>());
// clang-format on
}
Expand Down

0 comments on commit 002e1fd

Please sign in to comment.