<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    I also refactored all tests of drools-decisiontables and
    drools-template.<br>
    However, that doesn't include your new tests not pushed to master
    yet, naturally.<br>
    <br>
    If it's not a new test, you might have had a merge conflict with my
    changes on the test.<br>
    Are you sure "git pull --rebase" did not speak of a merge conflict?<br>
    (note git doesn't use the term "merge conflict" always, but more
    specific terms sometimes)<br>
    <br>
    Op 29-12-10 15:54, Wolfgang Laun schreef:
    <blockquote
      cite="mid:AANLkTi=Gt8M8Xmq6D6TveYAJuB+qbcVqzosmW+iiwFOY@mail.gmail.com"
      type="cite">Geoffrey &amp; Co.,<br>
      <br>
      I called in one of the local Green Berets, and he finally resolved
      this matter. What I had was<br>
      <br>
      class FooTest extends junit.framework.TestCase {<br>
      &nbsp;&nbsp; //...<br>
      }<br>
      <br>
      and this is sufficient to force the JUnit 3 test runner, which
      ignores all annotations. Using this<br>
      <br>
      class FooTest{<br>
      &nbsp;&nbsp; //...<br>
      }<br>
      <br>
      <b>and annotating all testX methods with @Test </b>will use a
      JUnit4 test runner, which honours @Ignore.<br>
      <br>
      Perhaps I misinterpreted Geoffrey's remark to do a pull --rebase -
      I thought this would update the XyzTest files he had changed, not
      some general update? (Also, being in the midst of some
      rework/refactoring, I didn't want to risk losing any of my work.)<br>
      <br>
      Anyway, I'll take care of the tests in drools-decisiontables and
      drools-template.<br>
      <br>
      Cheers<br>
      Wolfgang<br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rules-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-dev">https://lists.jboss.org/mailman/listinfo/rules-dev</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
With kind regards,
Geoffrey De Smet</pre>
  </body>
</html>