Ensure that evaluated UDQSet have the correct name

This commit is contained in:
Joakim Hove
2020-06-12 09:12:55 +02:00
parent 172c0b1aa6
commit 90d1d992e5
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -1034,6 +1034,8 @@ BOOST_AUTO_TEST_CASE(UDQ_SCALAR_SET) {
auto well4 = res["P4"];
BOOST_CHECK( well4.defined() );
BOOST_CHECK_EQUAL(well4.value() , 1);
BOOST_CHECK_EQUAL( "WUOPR", res.name() );
}
}