Skip to content
Snippets Groups Projects

F grpc select

Merged Timm Fitschen requested to merge f-grpc-select into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -363,7 +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()) {
// TODO(tf): create bug report: this is an insertion/update problem
// 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");
}
Loading