Author: britter
Date: Wed Apr 10 18:05:31 2013
New Revision: 1466601

URL: http://svn.apache.org/r1466601
Log:
Give test a better name and remove comment that is now no longer needed

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=1466601&r1=1466600&r2=1466601&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:05:31 2013
@@ -142,9 +142,8 @@ public class CSVLexerTest {
         assertThat(parser.nextToken(new Token()), matches(EOF, ""));
     }
 
-    // multiline including comments (and empty lines)
     @Test
-    public void testNextToken2EmptyLines() throws IOException {
+    public void testCommentsAndEmptyLines() throws IOException {
         final String code =
                 "1,2,3,\n"+                // 1
                 "\n"+                      // 1b


Reply via email to