Skip to content
Snippets Groups Projects
Commit d00d4fd1 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

ENH: Test for plain property (empty value).

parent 3526f7ce
No related branches found
No related tags found
1 merge request!2Enhanced functionality testing
Pipeline #12058 failed
......@@ -61,6 +61,9 @@ function test_retrieve_single()
% Default connection configuration is sufficient.
c = Caosdb();
% Plain property must not fail.
plain_property = c.retrieve_by_id("101"){1};
% Retrieve a single entity
violin = c.retrieve_by_id("120"){1};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment