Skip to content
Snippets Groups Projects

F update

Merged Timm Fitschen requested to merge f-update into dev
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -79,8 +79,6 @@ TEST(test_entity, test_insert_with_role) { // NOLINT
@@ -79,8 +79,6 @@ TEST(test_entity, test_insert_with_role) { // NOLINT
std::shared_ptr<transaction::EntityTransactionService::Stub>(nullptr));
std::shared_ptr<transaction::EntityTransactionService::Stub>(nullptr));
auto entity = Entity();
auto entity = Entity();
entity.SetId("entity_id");
entity.SetVersionId("version_id");
entity.SetRole("Property");
entity.SetRole("Property");
entity.SetDatatype("DOUBLE");
entity.SetDatatype("DOUBLE");
entity.SetName("Length");
entity.SetName("Length");
@@ -89,8 +87,6 @@ TEST(test_entity, test_insert_with_role) { // NOLINT
@@ -89,8 +87,6 @@ TEST(test_entity, test_insert_with_role) { // NOLINT
transaction.InsertEntity(&entity);
transaction.InsertEntity(&entity);
EXPECT_EQ(entity.GetId(), "entity_id");
EXPECT_EQ(entity.GetVersionId(), "version_id");
EXPECT_EQ(entity.GetRole(), "Property");
EXPECT_EQ(entity.GetRole(), "Property");
EXPECT_EQ(entity.GetDatatype(), "DOUBLE");
EXPECT_EQ(entity.GetDatatype(), "DOUBLE");
EXPECT_EQ(entity.GetName(), "Length");
EXPECT_EQ(entity.GetName(), "Length");
Loading