Author: britter
Date: Mon Apr 8 18:27:34 2013
New Revision: 1465709
URL: http://svn.apache.org/r1465709
Log:
Remove comment, intention of test is now expressed in its name
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=1465709&r1=1465708&r2=1465709&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
Mon Apr 8 18:27:34 2013
@@ -57,7 +57,6 @@ public class CSVLexerTest {
return new CSVLexer(format, new ExtendedBufferedReader(new
StringReader(input)));
}
- // Single line (without comment)
@Test
public void testIgnoreSurroundingSpacesAreDeleted() throws IOException {
final String code = "noSpaces, leadingSpaces,trailingSpaces ,
surroundingSpaces , ,,";