Skip to content
Snippets Groups Projects

TST: remove xfail after fix

Merged Timm Fitschen requested to merge f-external-ids into dev
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -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");
}
}
Loading