Closed GoogleCodeExporter closed 8 years ago
Same probleme here.
This case should be fixed by allowing *METHOD_AND_CLASS_NAME_PATTERN* to match
carriage return with dot.
{{{
at org.junit.runner.Description(32)
private static final Pattern METHOD_AND_CLASS_NAME_PATTERN = Pattern
- .compile("(.*)\\((.*)\\)");
+ .compile("(.*)\\((.*)\\)", Pattern.DOTALL);
}}}
Not tested, but should do the trick.
Original comment by jonathan...@gmail.com
on 14 May 2014 at 9:04
Works fine with 1.0.3
Original comment by lipinski...@gmail.com
on 28 Jul 2014 at 12:42
Original issue reported on code.google.com by
scsi_dev...@yahoo.com
on 7 May 2014 at 3:09