That's odd, I saw it first on the command line. I'll leave the
AbstractTestVector public for now.
On 5/23/10 2:23 PM, Sean Owen wrote:
Whatever the easiest fix is. Making a class "public" is easy here, so
if including a later JUnit version causes issues, just make it public.
But I am also running this on the command line and not seeing the issue...
On Sun, May 23, 2010 at 10:12 PM, Jeff Eastman
<[email protected]> wrote:
I thought that might be the issue too but this happens on the command line
as well as in Eclipse. Changing JUnit to latest is the fix but need to load
it automatically from somewhere.
On 5/23/10 2:08 PM, Ted Dunning wrote:
ANother diff is that Jeff uses Eclipse while you and I use IDEA. That
might
lead to something like a junit version difference (unless everybody is
doing
tests from the command line and seeing different behavior)
On Sun, May 23, 2010 at 1:11 PM, Sean Owen<[email protected]> wrote:
I rather suspect a JUnit version issue somehow?