parent
41bcfad647
commit
9de2a8786d
|
@ -92,7 +92,7 @@ public class OriginTrackedPropertiesLoaderTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void getMalformedUnicodeProperty() throws Exception {
|
public void getMalformedUnicodeProperty() throws Exception {
|
||||||
// gh-2716
|
// gh-12716
|
||||||
this.thrown.expect(IllegalStateException.class);
|
this.thrown.expect(IllegalStateException.class);
|
||||||
this.thrown.expectMessage("Malformed \\uxxxx encoding");
|
this.thrown.expectMessage("Malformed \\uxxxx encoding");
|
||||||
new OriginTrackedPropertiesLoader(new ClassPathResource(
|
new OriginTrackedPropertiesLoader(new ClassPathResource(
|
||||||
|
|
Loading…
Reference in New Issue