File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
java-diff-utils/src/test/java/com/github/difflib/unifieddiff Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ public void testParseIssue141() throws IOException {
396396 }
397397
398398 @ Test
399- public void testParseIssue182_add () throws IOException {
399+ public void testParseIssue182add () throws IOException {
400400 UnifiedDiff diff = UnifiedDiffReader .parseUnifiedDiff (
401401 UnifiedDiffReaderTest .class .getResourceAsStream ("problem_diff_issue182_add.diff" ));
402402
@@ -406,7 +406,7 @@ public void testParseIssue182_add() throws IOException {
406406 }
407407
408408 @ Test
409- public void testParseIssue182_delete () throws IOException {
409+ public void testParseIssue182delete () throws IOException {
410410 UnifiedDiff diff = UnifiedDiffReader .parseUnifiedDiff (
411411 UnifiedDiffReaderTest .class .getResourceAsStream ("problem_diff_issue182_delete.diff" ));
412412
@@ -416,7 +416,7 @@ public void testParseIssue182_delete() throws IOException {
416416 }
417417
418418 @ Test
419- public void testParseIssue182_edit () throws IOException {
419+ public void testParseIssue182edit () throws IOException {
420420 UnifiedDiff diff = UnifiedDiffReader .parseUnifiedDiff (
421421 UnifiedDiffReaderTest .class .getResourceAsStream ("problem_diff_issue182_edit.diff" ));
422422
@@ -426,7 +426,7 @@ public void testParseIssue182_edit() throws IOException {
426426 }
427427
428428 @ Test
429- public void testParseIssue182_mode () throws IOException {
429+ public void testParseIssue182mode () throws IOException {
430430 UnifiedDiff diff = UnifiedDiffReader .parseUnifiedDiff (
431431 UnifiedDiffReaderTest .class .getResourceAsStream ("problem_diff_issue182_mode.diff" ));
432432
You can’t perform that action at this time.
0 commit comments