diff options
Diffstat (limited to 't/open311/populate-service-list.t')
-rw-r--r-- | t/open311/populate-service-list.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/open311/populate-service-list.t b/t/open311/populate-service-list.t index 75c468666..40e124d03 100644 --- a/t/open311/populate-service-list.t +++ b/t/open311/populate-service-list.t @@ -430,7 +430,7 @@ for my $test ( required => 'true', datatype_description => 'Type of bin', order => 1, - description => 'Type of bin' + description => 'Type of <b>bin</b>' } ], meta_xml => '<?xml version="1.0" encoding="utf-8"?> @@ -444,7 +444,7 @@ for my $test ( <required>true</required> <datatype_description>Type of bin</datatype_description> <order>1</order> - <description>Type of bin</description> + <description><type>Type</type> of <b>bin</b></description> </attribute> </attributes> </service_definition> |