projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2fbf50f
)
oops, missed something screwed up by the pull
Robert Buels [Wed, 2 Sep 2009 18:50:42 +0000 (18:50 +0000)]
t/72pg.t
patch
|
blob
|
blame
|
history
diff --git
a/t/72pg.t
b/t/72pg.t
index
f839937
..
412cf32
100644
(file)
--- a/
t/72pg.t
+++ b/
t/72pg.t
@@
-60,9
+60,6
@@
create_test_schema($schema);
### auto-pk / last_insert_id / sequence discovery
{
- local $SIG{__WARN__} = sub {};
- _cleanup ($schema);
-
$schema->source("Artist")->name("testschema.artist");
# This is in Core now, but it's here just to test that it doesn't break