From aa5a7ae0ffd511d5cb6e672b9cffc0a82ac80da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Thu, 26 Aug 2021 16:21:51 +0200 Subject: [PATCH] fix --- test/test_ccaosdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_ccaosdb.cpp b/test/test_ccaosdb.cpp index 475a5d1..f0f62fd 100644 --- a/test/test_ccaosdb.cpp +++ b/test/test_ccaosdb.cpp @@ -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 -- GitLab