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

TEST: Small changes.

parent 64fbb8aa
No related branches found
No related tags found
1 merge request!3Full functionality of libcaosdb
Pipeline #12066 passed with warnings
Pipeline: caosdb-octaveinttest

#12068

    ......@@ -76,8 +76,9 @@ function test_entity_conversion()
    e_struct = e.to_struct();
    e_clone = Entity(e_struct);
    assertTrue(isequal(struct(e), struct(e_clone)));
    % Make sure that the conversion was lossless
    assertEqual(e_clone.id, e.id);
    assertEqual(numel(e.get_parents()), 1);
    assertEqual(numel(e.get_properties()), 2);
    assertTrue(isequal(struct(e), struct(e_clone)));
    end
    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