Skip to content

Commit f09881c

Browse files
barna10rwinch
barna10
authored andcommitted
Save the file in UTF8 encoding to allow Travis CI to recognize the UTF8 test string
1 parent bc24422 commit f09881c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldif/ldif-core/src/test/java/org/springframework/ldap/ldif/DefaultAttributeValidationPolicyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public static Collection<Object[]> data() {
108108
{ "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},
109109

110110
//UTF8
111-
{ "company: Østfold Akershus", "company", "", "Østfold Akershus", AttributeType.STRING }
111+
{ "company: Østfold Akershus", "company", "", "Østfold Akershus", AttributeType.STRING }
112112

113113
});
114114
}

0 commit comments

Comments
 (0)