You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/06/17 17:49:27 UTC

svn commit: r1603204 - /commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java

Author: ggregory
Date: Tue Jun 17 15:49:26 2014
New Revision: 1603204

URL: http://svn.apache.org/r1603204
Log:
Camel case.

Modified:
    commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java

Modified: commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java?rev=1603204&r1=1603203&r2=1603204&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java (original)
+++ commons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatTest.java Tue Jun 17 15:49:26 2014
@@ -398,7 +398,7 @@ public class CSVFormatTest {
     }
 
     @Test(expected = IllegalArgumentException.class)
-    public void testWithQuoteLFThrowsException() {
+    public void testWithQuoteLfThrowsException() {
         CSVFormat.DEFAULT.withQuoteChar(LF).validate();
     }