Skip to content
Snippets Groups Projects
Commit aa5a7ae0 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

fix

parent 3d1acea4
Branches
No related tags found
1 merge request!20MAINT: rename file path to remote path
Pipeline #12673 passed with warnings
Pipeline: caosdb-cppinttest

#12675

    ......@@ -477,7 +477,7 @@ TEST_F(test_ccaosdb, test_insert_update_delete) {
    caosdb_entity_create_entity(&entity);
    caosdb_entity_entity_set_name(&entity, "some_name");
    caosdb_entity_entity_set_local_path(&entity, "some_name");
    caosdb_entity_entity_set_file_path(&entity, "some_name");
    caosdb_entity_entity_set_remote_path(&entity, "some_name");
    auto return_code = caosdb_transaction_transaction_insert_entity(&insert_transaction, &entity);
    // For now, nothing further can be done here, so it should be READY
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment