projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5665389
)
Forgotten cruft after 52864fbd5
Peter Rabbitson [Tue, 5 Mar 2013 01:55:51 +0000 (
02:55
+0100)]
t/resultset/inflate_result_api.t
patch
|
blob
|
blame
|
history
diff --git
a/t/resultset/inflate_result_api.t
b/t/resultset/inflate_result_api.t
index
db7c874
..
85ec3e1
100644
(file)
--- a/
t/resultset/inflate_result_api.t
+++ b/
t/resultset/inflate_result_api.t
@@
-50,12
+50,6
@@
$schema->resultset('CD')->create({ artist => 1, year => 1977, title => "fuzzy_1"
sub inflate_result { [@_[2,3]] };
}
-{
- package DBICTest::_IRCaptureAround;
- use base 'DBIx::Class::Row';
- sub inflate_result { [@_[2,3]] };
-}
-
cmp_structures(
([$schema->resultset ('CD')->search ({}, {
result_class => 'DBICTest::_IRCapture',