From 7cb6b83a7083dc59d6f7b631924bf521a3125e59 Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus <uhaus@hpe.com> Date: Mon, 27 Apr 2020 10:33:44 +0000 Subject: [PATCH] fix check_transport_mio --- tests/check_transport_mio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check_transport_mio.c b/tests/check_transport_mio.c index 1cf0f20f..01e7e2f8 100644 --- a/tests/check_transport_mio.c +++ b/tests/check_transport_mio.c @@ -191,7 +191,7 @@ CHEAT_DECLARE ( const void* val; cheat_assert(MSTRO_OK == mstro_cdo_access_ptr(cdo_dst, (void**)&data, NULL)); - cheat_assert(MSTRO_OK == mstro_cdo_attribute_get(cdo_dst, "local_size", &type, &val)); + cheat_assert(MSTRO_OK == mstro_cdo_attribute_get(cdo_dst, "scope.local-size", &type, &val)); len = *(size_t*)val; len /= sizeof(double); cheat_assert(len > 0 && data != NULL); -- GitLab