You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Samuel Langlois (JIRA)" <ji...@apache.org> on 2013/10/14 12:41:41 UTC

[jira] [Updated] (CMIS-728) JUnitHelper silently swallows exceptions

     [ https://issues.apache.org/jira/browse/CMIS-728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samuel Langlois updated CMIS-728:
---------------------------------

    Attachment: CMIS-728.patch

> JUnitHelper silently swallows exceptions
> ----------------------------------------
>
>                 Key: CMIS-728
>                 URL: https://issues.apache.org/jira/browse/CMIS-728
>             Project: Chemistry
>          Issue Type: Bug
>          Components: opencmis-tck
>    Affects Versions: OpenCMIS 0.10.0
>            Reporter: Samuel Langlois
>         Attachments: CMIS-728.patch
>
>
> The class {{org.apache.chemistry.opencmis.tck.impl.JUnitHelper}} is not helping much ;-)
> We use it to run the TCK, but whenever an exception occurs as part of these tests, it gets swallowed by this line, and we lose precious information on what actually happened:
> {code}
> Assert.fail(e.getMessage());
> {code}
> It would be better to attach the whole stack trace to the failure message.
> However, I think the simplest would be to let the Exceptions pass and pop at the surface.
> Here is a patch to do just that, if it helps.
> Thanks!



--
This message was sent by Atlassian JIRA
(v6.1#6144)