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

Merge branch 'f-external-ids' into 'dev'

TST: remove xfail after fix

See merge request !32
parents 000817dc 7ad66ccb
No related branches found
No related tags found
1 merge request!32TST: remove xfail after fix
Pipeline #42784 failed
......@@ -363,9 +363,7 @@ TEST_F(test_select, test_select_property_unit) {
EXPECT_EQ(query_transaction->GetResultTable().size(), 1);
for (const auto &row : query_transaction->GetResultTable().GetRows()) {
// Fails due to https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/264
EXPECT_NONFATAL_FAILURE({ EXPECT_EQ(row.GetValue("TestPropDouble.unit").GetAsString(), "m"); },
"TestPropDouble.unit");
EXPECT_EQ(row.GetValue("TestPropDouble.unit").GetAsString(), "m");
}
}
......
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