Separate tests to compile and run all configuration-related client functions

Summary: related to T12015

Reviewers: ivica

Reviewed By: ivica

Subscribers: miljen, iljazovic

Differential Revision: https://repo.mireo.local/D27945
This commit is contained in:
Korina Šimičević
2024-02-15 13:57:22 +01:00
parent eb510ae1d4
commit b40ddb3ced
6 changed files with 446 additions and 50 deletions

View File

@@ -349,7 +349,7 @@ public:
std::integral_constant<prop::property_type, p> prop,
prop::value_type_t<p> value
) {
_svc_ptr->connect_property(prop, std::move(value));
_impl->connect_property(prop, std::move(value));
return *this;
}