Commit 9de2a878 authored by Johnny Lim's avatar Johnny Lim Committed by Stephane Nicoll

Fix a wrong issue reference

Closes gh-13284
parent 41bcfad6
......@@ -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(
......
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