@@ -55,13 +55,15 @@ public void TestUnwantedAttributes(TestHelper.Uris uriId, uint nodeId)
5555 [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "QosCategory" , "ArrayDimensions" , null , "" , "" ) ]
5656 [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "QosCategory" , "MaxStringLength" , "123" , "" , "" ) ]
5757 [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "QosCategory" , "IsOptional" , "true" , "" , "" ) ]
58+ [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "QosCategory" , "AllowSubTypes" , null , "" , "" ) ]
5859
5960 [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "DatagramQos" , "Name" , null , "" , "" ) ]
6061 [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "DatagramQos" , "Description" , "Transmit Quality of Service" , "0" , "" ) ]
6162 [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "DatagramQos" , "ArrayDimensions" , "2" , "0" , "" ) ]
6263 [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "DatagramQos" , "ArrayDimensions" , "3" , "1" , "" ) ]
6364 [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "DatagramQos" , "ValueRank" , "2" , "" , "" ) ]
6465 [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "DatagramQos" , "IsOptional" , null , "" , "" ) ]
66+ [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "DatagramQos" , "AllowSubTypes" , "true" , "" , "" ) ]
6567
6668 [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "NoDescription" , "Name" , null , "" , "" ) ]
6769 [ DataRow ( TestHelper . Uris . Test , PublisherQosDataType , "NoDescription" , "Description" , null , "" , "" ) ]
0 commit comments