Browse Source

Fix a wrong issue reference

Closes gh-13284
pull/13312/merge
Johnny Lim 8 years ago committed by Stephane Nicoll
parent
commit
9de2a8786d
  1. 2
      spring-boot-project/spring-boot/src/test/java/org/springframework/boot/env/OriginTrackedPropertiesLoaderTests.java

2
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/env/OriginTrackedPropertiesLoaderTests.java vendored

@ -92,7 +92,7 @@ public class OriginTrackedPropertiesLoaderTests { @@ -92,7 +92,7 @@ public class OriginTrackedPropertiesLoaderTests {
@Test
public void getMalformedUnicodeProperty() throws Exception {
// gh-2716
// gh-12716
this.thrown.expect(IllegalStateException.class);
this.thrown.expectMessage("Malformed \\uxxxx encoding");
new OriginTrackedPropertiesLoader(new ClassPathResource(

Loading…
Cancel
Save