id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1320,./t/pmc/multidispatch.t:  Can test be un-TODO-ed?,jkeenan,,"In the file in question, we see:
{{{
 726 pir_output_is( <<'CODE', <<'OUT', ""MMD on PMC types - Any"", todo => 'RT #41     374' );
 727 
 728 .sub main :main
 729     $P0 = new ['String']
 730     $P0 = ""ok 1\n""
 731     $P1 = new ['PerlInt']
 732     $P1 = ""ok 2\n""
 733     p($P0)
 734     p($P1)
 735     $P0 = new ['PerlInt']
 736     $P0 = 42
 737     p($P0)
 738     $P0 = new ['PerlInt']
 739     $P0 = 43
 740     q($P0)
 741 .end
}}}
[http://rt.perl.org/rt3/Ticket/Display.html?id=41374 RT #41374] was resolved without dealing with the ''todo'' in the test.",todo,new,normal,,testing,1.8.0,medium,,,allison coke,,,
