From 7e9b381a6ff2a56b00ed31d346e133fe72f01129 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Wed, 10 Apr 2013 18:16:23 +0000 Subject: [PATCH] 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 --- src/test/java/org/apache/commons/csv/CSVLexerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/csv/CSVLexerTest.java b/src/test/java/org/apache/commons/csv/CSVLexerTest.java index 49ee0e15..b1c3e5b4 100644 --- a/src/test/java/org/apache/commons/csv/CSVLexerTest.java +++ b/src/test/java/org/apache/commons/csv/CSVLexerTest.java @@ -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 {