[jdom-interest] minor bug in TestCaseGenerator
Jools Enticknap
jools at jools.org
Mon Jun 26 01:10:36 PDT 2000
On Sun, 25 Jun 2000, Jason Hunter wrote:
> philip.nelson at omniresources.com wrote:
> > ClassGenerator.generate( file, mangledClassName,
> > "jdom.org.test.cases", mangled );
> >
> > should be
> >
> > ClassGenerator.generate( file, mangledClassName,
> > "org.jdom.test.cases", mangled );
>
> Fixed.
>
> > All the generated classes need to be rebuilt of course
>
> Done.
>
> > Also in TestCase_PartialList.java
> >
> > Line 80 should read
> >
> > public void testMethod_Object_toArray(){
> >
> > and line 83 should read
> > public void testMethod_Object_toArray__Object(){
> >
> > the "mangler" was putting ";" in strange places on these lines.
>
> I'll leave this to the author of the mangler. Not sure who that is
> since there's no @author tag. Jools maybe?
Yep, it was me :-) I forgot the put the @author tag in. I'll sort this
out.
The array issue is pretty simple to solve, so I'll sort that out this
evening.
>
> I'd also like to see the generated classes include the license at the
> top so it's clear they're open src too.
I'm going to compile a TODO list this evening, and I'll put this on the
list. Expect it done this evening.
There are quite a few other things that I need to get sorted as far as the
generator is concerned, these will be added to the TODO file.
>
> > For the record, I am currently working on TestCase_Attribute.
>
> Glad to hear it!
And duly noted, I'll be keeping a list of who is working on what testcase
so that people can see what needs to be done.
>
> -jh-
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com
>
More information about the jdom-interest
mailing list