From 549f10a1dde4d83083b7680c2e8825d243b70d37 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Tue, 7 Sep 2021 17:18:48 +0200 Subject: [PATCH] TST: Mark value test as broken and add TODO --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 18fe07f..b452f8f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -146,8 +146,8 @@ using CaosDB @test length(CaosDB.Entity.get_properties(rec_with_parent_and_props)) == 3 # properties can be accessed as a list - # TODO(henrik, daniel) - @test CaosDB.Entity.get_value( + # TODO(florian) Fix this once we have a reasonable treatment of value objects in Extern C. + @test_broken CaosDB.Entity.get_value( CaosDB.Entity.get_properties(rec_with_parent_and_props)[1], ) == "2" type, is_ref, is_list = CaosDB.Entity.get_datatype( -- GitLab