Skip to content

Commit fd8433b

Browse files
committed
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
1 parent 6c346b1 commit fd8433b

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
@@ -142,9 +142,8 @@ public void testComments() throws IOException {
142142
assertThat(parser.nextToken(new Token()), matches(EOF, ""));
143143
}
144144

145-
// multiline including comments (and empty lines)
146145
@Test
147-
public void testNextToken2EmptyLines() throws IOException {
146+
public void testCommentsAndEmptyLines() throws IOException {
148147
final String code =
149148
"1,2,3,\n"+ // 1
150149
"\n"+ // 1b

0 commit comments

Comments
 (0)