Author: britter
Date: Wed Apr 10 18:16:23 2013
New Revision: 1466605
URL: http://svn.apache.org/r1466605
Log:
Document expected result for ignored test
Modified:
commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVLexerTest.java
Modified:
commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVLexerTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVLexerTest.java?rev=1466605&r1=1466604&r2=1466605&view=diff
==============================================================================
---
commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVLexerTest.java
(original)
+++
commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVLexerTest.java
Wed Apr 10 18:16:23 2013
@@ -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 {