Remove comment, intention of test is now expressed in its name

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1465709 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-04-08 18:27:34 +00:00
parent 4c8024fb76
commit 7c4121b5e0
1 changed files with 0 additions and 1 deletions

View File

@ -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 , ,,";