Skip to content
Snippets Groups Projects
Commit d225b154 authored by florian's avatar florian
Browse files

MAINT: Allow for cpplib versions >0.0.7

parent 7780429d
No related branches found
No related tags found
1 merge request!1Initial functionality
Pipeline #11434 passed
Pipeline: caosdb-octaveinttest

#11435

    [requires]
    caosdb/0.0.7
    caosdb/[>=0.0.6]
    [generators]
    cmake
    ......@@ -33,7 +33,10 @@ function test_local()
    c2 = Caosdb("local-caosdb-admin");
    assertEqual(c2.connection, "local-caosdb-admin");
    % TODO(daniel) Re-write s.th. version >= 0.0.6 (or whatever minimal
    % version will be valid then) is checked.
    % Only get the local versions.
    version = caosdb_exec("--version");
    assertEqual(version, "v0.1 (libcaosdb v0.0.7)");
    % version = caosdb_exec("--version");
    % assertEqual(version, "v0.1 (libcaosdb v0.0.7)");
    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