File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/test/java/com/fasterxml/jackson/dataformat/yaml/deser Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >org.yaml</groupId >
36
36
<artifactId >snakeyaml</artifactId >
37
- <version >2.3 </version >
37
+ <version >2.4 </version >
38
38
</dependency >
39
39
40
40
<!-- and for testing need annotations; but should be available via `jackson-databind` above
Original file line number Diff line number Diff line change 1
- package com .fasterxml .jackson .dataformat .yaml .tofix ;
1
+ package com .fasterxml .jackson .dataformat .yaml .deser ;
2
2
3
3
import java .nio .charset .StandardCharsets ;
4
4
8
8
import com .fasterxml .jackson .core .JsonToken ;
9
9
import com .fasterxml .jackson .dataformat .yaml .ModuleTestBase ;
10
10
import com .fasterxml .jackson .dataformat .yaml .YAMLMapper ;
11
- import com .fasterxml .jackson .dataformat .yaml .testutil .failure .JacksonTestFailureExpected ;
12
11
13
12
import static org .junit .jupiter .api .Assertions .assertEquals ;
14
13
@@ -18,7 +17,6 @@ public class UnicodeYAMLRead497Test extends ModuleTestBase
18
17
private final YAMLMapper MAPPER = newObjectMapper ();
19
18
20
19
// [dataformats-text#497]
21
- @ JacksonTestFailureExpected
22
20
@ Test
23
21
public void testUnicodeAtEnd () throws Exception
24
22
{
You can’t perform that action at this time.
0 commit comments