<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    Working on the 2 following bugs:<br>
    * <a class="moz-txt-link-freetext" href="https://issues.jboss.org/browse/JBIDE-11370">https://issues.jboss.org/browse/JBIDE-11370</a> : Get all components
    to have tests, and get rid of the "in case there is not test" build
    steps<br>
    * <a class="moz-txt-link-freetext" href="https://issues.jboss.org/browse/JBIDE-11600">https://issues.jboss.org/browse/JBIDE-11600</a> :
    org.jboss.tools.tests.tests.UtilsTest - java.lang.AssertionError:
    Not yet implemented<br>
    We are trying to set up the necessary stuff to ensure all modules
    can easily write tests and get them executed in their builds without
    effort.<br>
    <br>
    The issue is that we had to create a dummy test for the tests/
    modules since it did not had test before. The tests modules provides
    an API to write tests for JBT/JBDS, so it makes a lot of sense to
    set up some tests for this test API, which is used all over the
    product. But this dummy test is too dummy. Looking deeper in the
    content of the tests module, it looks like there are some automated
    tests in the plugins/ folder, those tests are not automatically
    executed at build time. This is not a clean layout and behavior.<br>
    So I am wondering: <b>what is the purpose of
      org.jboss.tools.ui.bot.ext.test.config.Suite and Annotated* class</b>?
    Can/Should it be used for CI testing? I tried it with surefire and
    got 7 of 9 tests successful.<br>
    If this can be automated, please find attached a patch containing
    the necessary change to follow the "normal" layout and enable those
    tests.<br>
    If this is not meant to be automated, then what is this?<br>
    <div class="moz-signature">-- <br>
      Mickael Istria<br>
      Eclipse developer at <a href="http://www.jboss.org/tools">JBoss,
        by Red Hat</a><br>
      <a href="http://mickaelistria.wordpress.com">My blog</a> - <a
        href="http://twitter.com/mickaelistria">My Tweets</a></div>
  </body>
</html>