Save the file in UTF8 encoding to allow Travis CI to recognize the UTF8 test string

This commit is contained in:
barna10
2018-09-13 09:43:30 +03:00
committed by Rob Winch
parent bc2442276b
commit f09881c002

View File

@@ -108,7 +108,7 @@ public class DefaultAttributeValidationPolicyTest {
{ "url:< http://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28", "url", "", "http://java.sun.com/j2se/1.3/docs/guide/collections/designfaq.html#28", AttributeType.URL},
//UTF8
{ "company: <EFBFBD>stfold Akershus", "company", "", "<EFBFBD>stfold Akershus", AttributeType.STRING }
{ "company: Østfold Akershus", "company", "", "Østfold Akershus", AttributeType.STRING }
});
}