Skip to content
Snippets Groups Projects

MAINT: rename file path to remote path

Open Henrik tom Wörden requested to merge f-remote-path into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -477,7 +477,7 @@ TEST_F(test_ccaosdb, test_insert_update_delete) {
@@ -477,7 +477,7 @@ TEST_F(test_ccaosdb, test_insert_update_delete) {
caosdb_entity_create_entity(&entity);
caosdb_entity_create_entity(&entity);
caosdb_entity_entity_set_name(&entity, "some_name");
caosdb_entity_entity_set_name(&entity, "some_name");
caosdb_entity_entity_set_local_path(&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);
auto return_code = caosdb_transaction_transaction_insert_entity(&insert_transaction, &entity);
// For now, nothing further can be done here, so it should be READY
// For now, nothing further can be done here, so it should be READY
Loading