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:
parent
4c8024fb76
commit
7c4121b5e0
|
@ -57,7 +57,6 @@ public class CSVLexerTest {
|
||||||
return new CSVLexer(format, new ExtendedBufferedReader(new StringReader(input)));
|
return new CSVLexer(format, new ExtendedBufferedReader(new StringReader(input)));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Single line (without comment)
|
|
||||||
@Test
|
@Test
|
||||||
public void testIgnoreSurroundingSpacesAreDeleted() throws IOException {
|
public void testIgnoreSurroundingSpacesAreDeleted() throws IOException {
|
||||||
final String code = "noSpaces, leadingSpaces,trailingSpaces , surroundingSpaces , ,,";
|
final String code = "noSpaces, leadingSpaces,trailingSpaces , surroundingSpaces , ,,";
|
||||||
|
|
Loading…
Reference in New Issue