Fix a wrong issue reference

Closes gh-13284
This commit is contained in:
Johnny Lim 2018-05-29 08:17:51 +09:00 committed by Stephane Nicoll
parent 41bcfad647
commit 9de2a8786d
1 changed files with 1 additions and 1 deletions

View File

@ -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(