Joe Orton wrote:
> 
> This is possible if the test script is written to use sok:
> 
> http://perl.apache.org/docs/general/testing/testing.html#Running_only_Selected_Sub_tests

um, unless i'm reading the source wrong, ok invocations can NOT be simply
changed to sok.  sok requires something executable as its argument,
and doesn't seem to provide for descriptive text.  so you can't simply
change

ok($received eq $expected, 'testing f(x)');

to

sok($received eq $expected, 'testing f(x)');

and i don't see corresponding versions for cmp_ok(), is_deeply(),
et cetera.

am i missing something else here?
-- 
#ken    P-)}

Ken Coar, Sanagendamgagwedweinini  http://Ken.Coar.Org/
Author, developer, opinionist      http://Apache-Server.Com/

"Millennium hand and shrimp!"

Reply via email to