[Bioperl-l] Re: make test

Joseph Insana insana@ebi.ac.uk
Mon, 8 Jan 2001 14:09:35 +0000 (GMT)


> (ie $obj->verbose(-1) turns off all warnings).  This means you objects
> have to inherit from Bio::Root::RootI.

I don't want my objects to inherit from RootI.
They are independent and I'd like to have them stay independent.

> Do you want to check to see that the error is thrown or just that the
> routine returns the correct value?

I wanted to check that the third argument ("last") would always override
the second argument ("length") since that is the way the method is supposed
to work.
I am now going to commit a version that won't produce the warning
and will check something else.

Joseph