@@ -396,7 +396,7 @@ public void testParseIssue141() throws IOException {
396
396
}
397
397
398
398
@ Test
399
- public void testParseIssue182_add ()throws IOException {
399
+ public void testParseIssue182add ()throws IOException {
400
400
UnifiedDiff diff =UnifiedDiffReader .parseUnifiedDiff (
401
401
UnifiedDiffReaderTest .class .getResourceAsStream ("problem_diff_issue182_add.diff" ));
402
402
@@ -406,7 +406,7 @@ public void testParseIssue182_add() throws IOException {
406
406
}
407
407
408
408
@ Test
409
- public void testParseIssue182_delete ()throws IOException {
409
+ public void testParseIssue182delete ()throws IOException {
410
410
UnifiedDiff diff =UnifiedDiffReader .parseUnifiedDiff (
411
411
UnifiedDiffReaderTest .class .getResourceAsStream ("problem_diff_issue182_delete.diff" ));
412
412
@@ -416,7 +416,7 @@ public void testParseIssue182_delete() throws IOException {
416
416
}
417
417
418
418
@ Test
419
- public void testParseIssue182_edit ()throws IOException {
419
+ public void testParseIssue182edit ()throws IOException {
420
420
UnifiedDiff diff =UnifiedDiffReader .parseUnifiedDiff (
421
421
UnifiedDiffReaderTest .class .getResourceAsStream ("problem_diff_issue182_edit.diff" ));
422
422
@@ -426,7 +426,7 @@ public void testParseIssue182_edit() throws IOException {
426
426
}
427
427
428
428
@ Test
429
- public void testParseIssue182_mode ()throws IOException {
429
+ public void testParseIssue182mode ()throws IOException {
430
430
UnifiedDiff diff =UnifiedDiffReader .parseUnifiedDiff (
431
431
UnifiedDiffReaderTest .class .getResourceAsStream ("problem_diff_issue182_mode.diff" ));
432
432