Skip to content
Snippets Groups Projects

ENH: Allow insertion and deletion of single entities

Merged Florian Spreckelsen requested to merge f-insert into dev
All threads resolved!
Compare and Show latest version
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -101,9 +101,7 @@ TEST(test_entity, test_from_id_response) { // NOLINT
Entity other_ent(&idr_warnings_and_infos);
std::cout << other_ent.ToString() << std::endl;
EXPECT_EQ(other_ent.GetId(), "other_entity_id");
std::cout << other_ent.GetWarnings().Size();
EXPECT_EQ(other_ent.GetWarnings().Size(), 1);
EXPECT_EQ(other_ent.GetWarnings().At(0).GetDescription(), "warning_desc");
EXPECT_EQ(other_ent.GetWarnings().At(0).GetCode(),
Loading