Revert previous commit.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1603206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-06-17 15:50:53 +00:00
parent 4b00469b22
commit fcaa26799a

View File

@ -398,7 +398,7 @@ public class CSVFormatTest {
} }
@Test(expected = IllegalArgumentException.class) @Test(expected = IllegalArgumentException.class)
public void testWithQuoteLfThrowsException() { public void testWithQuoteLFThrowsException() {
CSVFormat.DEFAULT.withQuoteChar(LF).validate(); CSVFormat.DEFAULT.withQuoteChar(LF).validate();
} }