Matthias tipped me off to this:
"SourceForge.net Compile Farm Features Apple's Latest OS X (10.1)"
There's our MacOS X server to test against. SourceForge's compile
farm also has DEC Alpha/Linux, Linux/PowerPC, Linux/Sparc64 and
Solaris/Sparc (R220) which should round out the available testing
On Tue, 25 Sep 2001, Michael G Schwern wrote:
> A, ok. How about this:
>
> my $yarrow = Bar->new;
> isa_ok($yarrow, "Bar", 'yarrow');
>
>
> not ok 1 - yarrow->isa('bar')
> # Failed test (foo.plx at line 3)
> # yarrow isn't a 'Bar'
That's better, I guess. But I'm
In article <[EMAIL PROTECTED]>, "Dave Rolsky"
<[EMAIL PROTECTED]> wrote:
> On Tue, 25 Sep 2001, Michael G Schwern wrote:
>> A, ok. How about this:
>>
>> my $yarrow = Bar->new;
>> isa_ok($yarrow, "Bar", 'yarrow');
> isa_ok($foo, 'Alzabo::Foo', 'Return value from $bar->foreign_keys
On Tue, 25 Sep 2001, chromatic wrote:
> Combining the two gives us a test and a very contrived test failure output:
>
> isa_ok($foo, 'Alzabo::Foo', 'Return value from $bar->foreign_keys');
>
> not ok 1 - $foo->isa('bar')
> # Failed test (foo.plx at line 3)
> # Retu
On Fri, 21 Sep 2001, Michael G Schwern wrote:
> On Fri, Sep 21, 2001 at 10:57:39AM +0200, [EMAIL PROTECTED] wrote:
> > How about testing on 127.0.0.1?
>
> As insane as it sounds, it might not be there. There might be no IP
> system at all. Consider DOS.
I was thinking after testing for IP con
On Mon, Sep 24, 2001 at 10:40:53PM -0500, Dave Rolsky wrote:
> > What sort of names do you tend to throw in there?
>
> Just something more descriptive than what it generates by default.
> Something like "Check that object X isa Blah". The key being that I want
> to say _what_ object I'm checking
On Tue, Sep 25, 2001 at 09:32:17AM +0200, [EMAIL PROTECTED] wrote:
> On Fri, 21 Sep 2001, Michael G Schwern wrote:
>
> > On Fri, Sep 21, 2001 at 10:57:39AM +0200, [EMAIL PROTECTED] wrote:
> > > How about testing on 127.0.0.1?
> >
> > As insane as it sounds, it might not be there. There might be