Skip to content

Commit 35322ea

Browse files
committed
Test case: scoped structures (#299)
* Increase test name uniqueness Signed-off-by: JLBuenoLopez-eProsima <[email protected]> * Update dds types tests submodule Signed-off-by: JLBuenoLopez-eProsima <[email protected]> --------- Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
1 parent 4e7f30f commit 35322ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/eprosima/fastdds/idl/templates/TypeObjectTestingTestSource.stg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ $check_member_detail_annotations(member=typedefs, type="alias_type().body()", pa
526526
>>
527527

528528
test_structure(struct) ::= <<
529-
TEST(TypeObjectTests, TestStructureTypeObject_$struct.name$)
529+
TEST(TypeObjectTests, TestStructureTypeObject_$struct.cScopedname$)
530530
{
531531
register_$ctx.filename$_type_objects();
532532

0 commit comments

Comments
 (0)