From 19cb2ca2ebf626fbf9ac82175380dd13a122e4bb Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Mon, 8 Apr 2013 18:33:36 +0000 Subject: [PATCH] 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 --- src/test/java/org/apache/commons/csv/CSVLexerTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/java/org/apache/commons/csv/CSVLexerTest.java b/src/test/java/org/apache/commons/csv/CSVLexerTest.java index aee596d4..0e01952a 100644 --- a/src/test/java/org/apache/commons/csv/CSVLexerTest.java +++ b/src/test/java/org/apache/commons/csv/CSVLexerTest.java @@ -70,9 +70,8 @@ public class CSVLexerTest { assertThat(parser.nextToken(new Token()), matches(EOF, "")); } - // multiline including comments (and empty lines) @Test - public void testNextToken2() throws IOException { + public void testIgnoreEmptyLines() throws IOException { final String code = "1,2,3,\n"+ // 1 "\n"+