Issue 184 addressed this problem for Exceptions from String.valueOf() in
BaseDescription.appendValue, but if the Exception is actually an Error
(ExpectationError in my case), then the same problem still exists.
Suggested fix is to change line 64 of BaseDescription.java from catch
(Exception) to catch (Throwable).
Thanks,
Original issue reported on code.google.com by chris.h...@hcs.us.com on 24 Jul 2013 at 3:14
Original issue reported on code.google.com by
chris.h...@hcs.us.com
on 24 Jul 2013 at 3:14