projects
/
dbsrgits/DBIx-Data-Store-old.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9e6828e
)
remove Dwarn calls
Matt S Trout [Sun, 21 Feb 2010 00:41:06 +0000 (
00:41
+0000)]
t/dbix-data-set/01basic_collection.t
patch
|
blob
|
blame
|
history
t/dbix-data-set/02indexed_by.t
patch
|
blob
|
blame
|
history
diff --git
a/t/dbix-data-set/01basic_collection.t
b/t/dbix-data-set/01basic_collection.t
index
ee20e11
..
70fc321
100644
(file)
--- a/
t/dbix-data-set/01basic_collection.t
+++ b/
t/dbix-data-set/01basic_collection.t
@@
-5,8
+5,6
@@
use DBIx::Data::Collection::Set;
use DBI;
use Scalar::Util qw(refaddr);
-use Devel::Dwarn;
-
use strict;
use warnings FATAL => 'all';
diff --git
a/t/dbix-data-set/02indexed_by.t
b/t/dbix-data-set/02indexed_by.t
index
6469841
..
ed82125
100644
(file)
--- a/
t/dbix-data-set/02indexed_by.t
+++ b/
t/dbix-data-set/02indexed_by.t
@@
-38,7
+38,6
@@
sub make_set {
sub run_tests {
my @expect = setup_db;
my $by_id = make_set;
- use Devel::Dwarn;
my $id_1 = $by_id->get({ id => 1 });
my $by_name = $by_id->indexed_by('name');
ok(scalar($by_name->_key_cache_get_object($id_1), 'key cache transfer'));