Skip to content

Commit fa147dc

Browse files
Fix YamlGetEntityGuidPrefixTest.get_guidprefix_explicitly test
Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com>
1 parent aa1a682 commit fa147dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ddspipe_yaml/test/unittest/entities/guid/YamlGetEntityGuidPrefixTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ TEST(YamlGetEntityGuidPrefixTest, get_guidprefix_explicitly)
8989
Yaml yml;
9090
yml["guid_prefix"] = yml_gp;
9191

92-
ASSERT_THROW(
92+
ASSERT_EQ(
9393
YamlReader::get<core::types::GuidPrefix>(yml, "guid_prefix", LATEST),
94-
eprosima::utils::ConfigurationException);
94+
core::types::GuidPrefix());
9595
}
9696

9797
// TODO: this tests requires to modify fastrtps core::types::GuidPrefix >> operator so it returns a non valid guid

0 commit comments

Comments
 (0)