when ok is not ok!

barbie on 2003-04-23T15:42:50

I have two tests in a test script:

ok(1);
ok(1);

Apparently the first one fails!!!!!!

Update:

$mock->set_true('header');

when mocking CGI is not a good idea.

$mock->set_always('header','');

is,however :)