projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
517ba89
)
Clarify
Peter Rabbitson [Wed, 26 Aug 2009 16:31:54 +0000 (16:31 +0000)]
t/72pg.t
patch
|
blob
|
blame
|
history
diff --git
a/t/72pg.t
b/t/72pg.t
index
e382a87
..
94d063a
100644
(file)
--- a/
t/72pg.t
+++ b/
t/72pg.t
@@
-51,6
+51,7
@@
plan skip_all => 'Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this test '.
DBICTest::Schema->load_classes( 'Casecheck', 'ArrayTest' );
+# make sure sqlt_type overrides work (::Storage::DBI::Pg does this)
{
my $schema = DBICTest::Schema->connect($dsn, $user, $pass);