File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
matchup-tool/src/test/java/com/bc/fiduceo/matchup/writer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ public void testLoad_fullGlobalAttributesConfiguration() {
189189 " <global-attributes>" +
190190 " <attribute name=\" " + GLOBAL_ATTR_TITLE + "\" value=\" Ein\" />" +
191191 " <attribute name=\" " + GLOBAL_ATTR_INSTITUTION + "\" value=\" wunder\" />" +
192- " <attribute name=\" " + GLOBAL_ATTR_CONTACT + "\" value=\" schöner \" />" +
192+ " <attribute name=\" " + GLOBAL_ATTR_CONTACT + "\" value=\" barer \" />" +
193193 " <attribute name=\" " + GLOBAL_ATTR_LICENSE + "\" value=\" Tag\" />" +
194194 " </global-attributes>" +
195195 "</mmd-writer-config>" ;
@@ -204,7 +204,7 @@ public void testLoad_fullGlobalAttributesConfiguration() {
204204 assertEquals (4 , globAttr .size ());
205205 assertEquals ("Ein" , globAttr .get (GLOBAL_ATTR_TITLE ) );
206206 assertEquals ("wunder" , globAttr .get (GLOBAL_ATTR_INSTITUTION ) );
207- assertEquals ("schöner " , globAttr .get (GLOBAL_ATTR_CONTACT ) );
207+ assertEquals ("barer " , globAttr .get (GLOBAL_ATTR_CONTACT ) );
208208 assertEquals ("Tag" , globAttr .get (GLOBAL_ATTR_LICENSE ) );
209209 }
210210
You can’t perform that action at this time.
0 commit comments