Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 7558
Status: resolved
Priority: 0/
Queue: POE

People
Owner: RCAPUTO [...] cpan.org
Requestors: ashish.mukherjee [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: deprecate stinky old TestSetup
Several of the restructured tests are just old ones in new clothes. 1. Revise the tests to use Test::More instead of TestSetup. 1) poerbook:~/projects/poe/poe/t% find . -type f | grep -v CVS | xargs grep TestSetup ./10_units/05_filters/01_block.t:use TestSetup; ./10_units/05_filters/04_line.t:use TestSetup; ./10_units/05_filters/07_reference.t:use TestSetup; ./10_units/05_filters/50_stackable.t:use TestSetup; ./10_units/05_filters/99_filterchange.t:use TestSetup ... ./20_resources/00_base/filehandles.pm:use TestSetup; ./30_loops/00_base/all_errors.pm:use TestSetup; ./30_loops/00_base/comp_tcp.pm:use TestSetup; ./30_loops/00_base/k_detach.pm:use TestSetup; ./30_loops/00_base/k_selects.pm:use TestSetup; ./30_loops/00_base/ses_nfa.pm:use TestSetup; ./30_loops/00_base/ses_session.pm:use TestSetup; ./30_loops/00_base/wheel_accept.pm:use TestSetup ... ./30_loops/00_base/wheel_run.pm:use TestSetup; ./30_loops/00_base/wheel_sf_ipv6.pm:use TestSetup; ./30_loops/00_base/wheel_sf_tcp.pm:use TestSetup; ./30_loops/00_base/wheel_sf_udp.pm:use TestSetup; ./30_loops/00_base/wheel_sf_unix.pm:use TestSetup; ./30_loops/00_base/wheel_tail.pm:use TestSetup; ./90_regression/suzman_windows.t:use TestSetup; 2. Remove TestSetup from MANIFEST. 3. Remove TestSetup from the repository.
Ashish Mukherjee has claimed this ticket. The current estimated time of completion is by the end of October, 2004. Ashish has been made the Requestor for this ticket to receive mail when replies are posted to it.