0 Replies Latest reply on Aug 20, 2009 4:06 PM by clebert.suconic

    ignores on tests...

    clebert.suconic

      IMO we should ban using using things like this:

      <exclude name="**/jms/tests/XAResourceRecoveryTest.class"/>
       <exclude name="**/jms/tests/XATest.class"/>
       <exclude name="**/jms/tests/stress/**"/>
       <exclude name="**/jms/tests/manual/**"/>
      


      1 year later.. nobody knows why XAResourceRecoverTest and XATest are commented ou on the build.xml :-)

      Besides.. we have had a few cases where a test was ignored by accident. (I guess I did it once, Andy.. Jeff.. maybe Tim? :-) )


      Better to comment out the test... with a big description on why.