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

TST: Remove debugging output

parent c4751eaf
No related branches found
No related tags found
1 merge request!4ENH: Allow insertion and deletion of single entities
Pipeline #11082 passed
Pipeline: caosdb-cppinttest

#11089

    This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
    ......@@ -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(),
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment