Skip to content
Snippets Groups Projects
Commit 8797c768 authored by florian's avatar florian
Browse files

Merge branch 'f-insert' of gitlab.indiscale.com:caosdb/src/caosdb-cppinttest into f-insert

parents 9592c098 7b5e7cff
Branches
Tags
1 merge request!3TST: Add Tests for insert and delete
Pipeline #11196 failed
......@@ -119,7 +119,8 @@ TEST(test_transaction, insert_delete) {
// Should have a warning since it has no properties
EXPECT_TRUE(new_entity.HasWarnings());
EXPECT_EQ(new_entity.GetWarnings().Size(), 1);
EXPECT_EQ(new_entity.GetWarnings().At(0).GetCode(), MessageCode::ENTITY_HAS_NO_PROPERTIES);
EXPECT_EQ(new_entity.GetWarnings().At(0).GetCode(),
MessageCode::ENTITY_HAS_NO_PROPERTIES);
auto delete_transaction(connection->CreateTransaction());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment