projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
03e3321
)
Fix botched merge again - sorry r5959-5956 are actually a single commit
Peter Rabbitson [Wed, 22 Apr 2009 22:48:08 +0000 (22:48 +0000)]
t/39load_namespaces_rt41083.t
patch
|
blob
|
blame
|
history
diff --git
a/t/39load_namespaces_rt41083.t
b/t/39load_namespaces_rt41083.t
index
615036c
..
c99528b
100644
(file)
--- a/
t/39load_namespaces_rt41083.t
+++ b/
t/39load_namespaces_rt41083.t
@@
-6,8
+6,6
@@
use warnings;
use lib 't/lib';
use Test::More tests => 8;
-plan tests => 8;
-
sub _chk_warning {
defined $_[0]?
$_[0] !~ qr/We found ResultSet class '([^']+)' for '([^']+)', but it seems that you had already set '([^']+)' to use '([^']+)' instead/ :