Give test a better name and remove comment that is now no longer needed

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1466601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-04-10 18:05:31 +00:00
parent 6c346b143a
commit fd8433b711
1 changed files with 1 additions and 2 deletions

View File

@ -142,9 +142,8 @@ public class CSVLexerTest {
assertThat(parser.nextToken(new Token()), matches(EOF, "")); assertThat(parser.nextToken(new Token()), matches(EOF, ""));
} }
// multiline including comments (and empty lines)
@Test @Test
public void testNextToken2EmptyLines() throws IOException { public void testCommentsAndEmptyLines() throws IOException {
final String code = final String code =
"1,2,3,\n"+ // 1 "1,2,3,\n"+ // 1
"\n"+ // 1b "\n"+ // 1b