projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7c7ab48
)
My previous role preservation fix made a todo test pass, so I moved the test and...
Dave Rolsky [Sun, 13 Feb 2011 23:04:24 +0000 (17:04 -0600)]
t/100_bugs/031_application_metarole_compat.t
[moved from
t/600_todo_tests/007_application_metarole_compat.t
with 93% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/t/600_todo_tests/007_application_metarole_compat.t
b/t/100_bugs/031_application_metarole_compat.t
similarity index 93%
rename from
t/600_todo_tests/007_application_metarole_compat.t
rename to
t/100_bugs/031_application_metarole_compat.t
index
b141e83
..
3079866
100644
(file)
--- a/
t/600_todo_tests/007_application_metarole_compat.t
+++ b/
t/100_bugs/031_application_metarole_compat.t
@@
-51,9
+51,7
@@
BEGIN {
{
package Child;
use Moose -traits => 'Bar';
- { our $TODO; local $TODO = "no idea what's going on here";
::is( ::exception { extends 'Parent' }, undef );
- }
}
done_testing;