Skip to content

Commit 19cb2ca

Browse files
committed
Give test a name that's a bit more expressive and remove comment that is no longer needed
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1465715 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7c4121b commit 19cb2ca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/java/org/apache/commons/csv/CSVLexerTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ public void testIgnoreSurroundingSpacesAreDeleted() throws IOException {
7070
assertThat(parser.nextToken(new Token()), matches(EOF, ""));
7171
}
7272

73-
// multiline including comments (and empty lines)
7473
@Test
75-
public void testNextToken2() throws IOException {
74+
public void testIgnoreEmptyLines() throws IOException {
7675
final String code =
7776
"1,2,3,\n"+ // 1
7877
"\n"+

0 commit comments

Comments
 (0)