Which version of JUnit do I use for test cases

2004-10-06 Thread Sean Schofield
I am trying to write some test cases for some commons code. A ways back I had a problem because I was using a newer version of JUnit than what was in the server build. What version of JUnit is acceptable? I am writing the test cases for commons-chain if that makes a difference. Thanks, sean

Re: Which version of JUnit do I use for test cases

2004-10-06 Thread Emmanuel Bourg
Well what about the latest ? (3.8.1) Emmanuel Bourg Sean Schofield wrote: I am trying to write some test cases for some commons code. A ways back I had a problem because I was using a newer version of JUnit than what was in the server build. What version of JUnit is acceptable? I am writing

Re: Which version of JUnit do I use for test cases

2004-10-06 Thread Sean Schofield
Well what about the latest ? (3.8.1) Emmanuel Bourg That's what I'm going with. It's probably less of a concern now that the API is more stable. I think it was an issue when they had introduced some new test methods in the newest release and commons wasn't using it.