Elliotte Rusty Harold created MDOAP-69:
------------------------------------------

             Summary: DoapMojoTest has bad exception testing that might be 
hiding failures
                 Key: MDOAP-69
                 URL: https://issues.apache.org/jira/browse/MDOAP-69
             Project: Maven DOAP Plugin
          Issue Type: Bug
            Reporter: Elliotte Rusty Harold


e.g.


        try {
            mojo.execute();
            assertTrue("No lang checked", false);
        } catch (Exception e) {
            assertTrue(true);
        }



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to