From a354fbe03f3216fa604d3640e5a2afafa4fb0ce5 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 05:57:34 +0000 Subject: [PATCH] code: cpp,dbal,client (1 files) --- dbal/cpp/tests/unit/client_test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dbal/cpp/tests/unit/client_test.cpp b/dbal/cpp/tests/unit/client_test.cpp index baa9da7ee..4ee21bf6a 100644 --- a/dbal/cpp/tests/unit/client_test.cpp +++ b/dbal/cpp/tests/unit/client_test.cpp @@ -1031,6 +1031,8 @@ int main() { test_user_batch_operations(); test_page_crud(); test_page_validation(); + test_component_crud(); + test_component_validation(); test_workflow_crud(); test_workflow_validation(); test_session_crud(); @@ -1044,7 +1046,7 @@ int main() { std::cout << std::endl; std::cout << "==================================================" << std::endl; - std::cout << "✅ All 22 test suites passed!" << std::endl; + std::cout << "✅ All 24 test suites passed!" << std::endl; std::cout << "==================================================" << std::endl; return 0; } catch (const std::exception& e) {