Skip to content
Snippets Groups Projects
Verified Commit 30a9005f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Revert changes in test_transaction.cpp

parent 1816f06d
No related branches found
No related tags found
2 merge requests!42Release 0.2.0,!40F dot in username
Pipeline #25036 passed
Pipeline: caosdb-cppinttest

#25145

    This commit is part of merge request !40. Comments created here will be created in the context of that merge request.
    ...@@ -264,8 +264,8 @@ TEST(test_transaction, test_multiple_execute) { ...@@ -264,8 +264,8 @@ TEST(test_transaction, test_multiple_execute) {
    EXPECT_EQ(transaction->GetStatus().GetCode(), StatusCode::GO_ON); EXPECT_EQ(transaction->GetStatus().GetCode(), StatusCode::GO_ON);
    EXPECT_EQ(transaction->ExecuteAsynchronously(), StatusCode::EXECUTING); EXPECT_EQ(transaction->ExecuteAsynchronously(), StatusCode::EXECUTING);
    // EXPECT_EQ(transaction->ExecuteAsynchronously(), StatusCode::TRANSACTION_STATUS_ERROR); EXPECT_EQ(transaction->ExecuteAsynchronously(), StatusCode::TRANSACTION_STATUS_ERROR);
    // EXPECT_EQ(transaction->ExecuteAsynchronously(), StatusCode::TRANSACTION_STATUS_ERROR); EXPECT_EQ(transaction->ExecuteAsynchronously(), StatusCode::TRANSACTION_STATUS_ERROR);
    transaction->Cancel(); transaction->Cancel();
    } }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment