From 7c4121b5e04ff7e7ff9c55511974b7d2450e24c0 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Mon, 8 Apr 2013 18:27:34 +0000 Subject: [PATCH] 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 --- src/test/java/org/apache/commons/csv/CSVLexerTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/csv/CSVLexerTest.java b/src/test/java/org/apache/commons/csv/CSVLexerTest.java index 3f884401..aee596d4 100644 --- a/src/test/java/org/apache/commons/csv/CSVLexerTest.java +++ b/src/test/java/org/apache/commons/csv/CSVLexerTest.java @@ -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 , ,,";