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:
Benedikt Ritter 2013-04-10 18:16:23 +00:00
parent 16e12d2130
commit 7e9b381a6f
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ public class CSVLexerTest {
assertThat(lexer.nextToken(new Token()), hasContent("character" + FF + "Escaped")); 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 @Test
@Ignore @Ignore
public void testEscapedMySqlNullValue() throws Exception { public void testEscapedMySqlNullValue() throws Exception {