8000 Give tests a better name that expresses, what actually happens · codingOnGithub/commons-csv@f16818b · GitHub
Skip to content

Commit f16818b

Browse files
committed
Give tests a better name that expresses, what actually happens
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1467766 13f79535-47bb-0310-9956-ffa450edef68
1 parent 04522fb commit f16818b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/apache/commons/csv/CSVLexerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public void testCommentsAndEmptyLines() throws IOException {
193193

194194
// simple token with escaping not enabled
195195
@Test
196-
public void testNextToken3() throws IOException {
196+
public void testBackslashWithoutEscaping() throws IOException {
197197
/* file: a,\,,b
198198
* \,,
199199
*/
@@ -215,7 +215,7 @@ public void testNextToken3() throws IOException {
215215

216216
// simple token with escaping enabled
217217
@Test
218-
public void testNextToken3Escaping() throws IOException {
218+
public void testBackslashWithEscaping() throws IOException {
219219
/* file: a,\,,b
220220
* \,,
221221
*/

0 commit comments

Comments
 (0)