Save the file in UTF8 encoding to allow Travis CI to recognize the UTF8 test string
This commit is contained in:
@@ -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 }
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user