I've finished, and boy it did take some work. All the tests are on
JUnit 4 and in the process have been standardized a bit (e.g. some
tests were still manually managing temp files).
I am having some strange trouble with NegativeBinomialTest -- passes
in my IDE, not via Maven. I'd blame randomness but I have pretty
thoroughly hunted down those causes. And it consistently passes/fails
in these contexts.
I am considering commenting out the one test that fails ("sample()")
with a TODO and then asking for other eyes to look at this?
Because this is a good big change I'd like to get in. It standardizes
the tests a lot more.
On Thu, Sep 2, 2010 at 4:26 PM, Sean Owen <[email protected]> wrote:
> Yep I'm underway. It will affect most every test class, but, should be
> more 'around the edges' and should not conflict with the content of
> test methods.
>
> On Thu, Sep 2, 2010 at 4:23 PM, Ted Dunning <[email protected]> wrote:
>> Send an announcement when you start large changes. I will do the same.
>