4 Replies Latest reply on Apr 29, 2005 1:53 PM by adrian.brock

    Creating a test harness for others to use with JBoss

      Commit message from jboss-head:


      Make a start on factoring out the JBossTest support classes.
      __There is a JIRA task for this somewhere raised by Bill, but I can't find it.__

      These classes are at least already used in aspects which raises build circularity problems.
      i.e. aspects needs testsuite which in turn needs aspects to compile

      Changes:
      1) Core JBossTest classes moved to test module where they can be used by other modules (and eventually released for others to use to run tests against JBoss - we should probably also add some skeleton tests for others to fill in when reporting bugs/problems that need reproducing)
      2) RMIAdaptor -> MBeanServerConnection