Skip Menu |

This queue is for tickets about the POE CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: RCAPUTO [...] cpan.org
Cc:
AdminCc:

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



Subject: implement missing tests
Some test files are placeholders for actual tests. 1) poerbook:~/projects/poe/poe/t% find . -type f | grep -v CVS | xargs grep "not implemented" ./10_units/02_pipes/01_base.t:print "1..0 # SKIP not implemented yet\n"; ./10_units/02_pipes/02_oneway.t:print "1..0 # SKIP not implemented yet\n"; ./10_units/02_pipes/03_twoway.t:print "1..0 # SKIP not implemented yet\n"; ./10_units/03_base/09_resources.t:print "1..0 # SKIP not implemented yet\n"; ./10_units/05_filters/02_grep.t:print "1..0 # SKIP not implemented yet\n"; ./10_units/05_filters/05_map.t:print "1..0 # SKIP not implemented yet\n"; ./10_units/05_filters/06_recordblock.t:print "1..0 # SKIP not implemented yet\n"; ./20_resources/00_base/statistics.pm:print "1..0 # SKIP not implemented yet\n";
Resolved by Ben Smith during GSoC 2006.