Browse Source

Merge pull request #13284 from izeye:patch-49

* pr/13284:
  Fix a wrong issue reference
pull/13312/merge
Stephane Nicoll 8 years ago
parent
commit
cdcb37bed5
  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