Commit cdcb37be authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #13284 from izeye:patch-49

* pr/13284:
  Fix a wrong issue reference
parents 41bcfad6 9de2a878
...@@ -92,7 +92,7 @@ public class OriginTrackedPropertiesLoaderTests { ...@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment