Document expected result for ignored test
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1466605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
16e12d2130
commit
7e9b381a6f
|
@ -329,7 +329,7 @@ public class CSVLexerTest {
|
|||
assertThat(lexer.nextToken(new Token()), hasContent("character" + FF + "Escaped"));
|
||||
}
|
||||
|
||||
// FIXME this should work after CSV-58 is resolved. Currently the result will be "characteraEscaped"
|
||||
// FIXME this should work after CSV-58 is resolved. Currently the result will be "charactera\NEscaped"
|
||||
@Test
|
||||
@Ignore
|
||||
public void testEscapedMySqlNullValue() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue