From: Amiri Barksdale at Home Date: Sat, 17 Apr 2010 15:34:10 +0000 (-0700) Subject: Use DwarnS in 02view-def.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7ee4b947000d3066ac07316033f4585519284d7;p=dbsrgits%2FDBIx-Class-ResultSource-MultipleTableInheritance.git Use DwarnS in 02view-def.t --- diff --git a/t/02view_def.t b/t/02view_def.t index e4f888f..1facf59 100644 --- a/t/02view_def.t +++ b/t/02view_def.t @@ -4,7 +4,7 @@ use lib 't/lib'; use File::Temp; use Test::More qw(no_plan); use Test::Exception; -use Data::Dumper; $Data::Dumper::Indent = 1; +#use Devel::Dwarn; BEGIN { use_ok 'MTITest'; } @@ -17,6 +17,5 @@ my $dir = "t/sql"; # tempdir(CLEANUP => 0); $schema->create_ddl_dir([ 'PostgreSQL' ], 0.1, $dir); -#warn $schema->source($_)->view_definition for qw(Foo Bar); -#use Data::Dumper; $Data::Dumper::Indent = 1; -#warn Dumper($schema->source($_)) for qw(Foo Bar); +#diag DwarnS $schema->source($_)->view_definition for qw(Foo Bar); +#diag DwarnS $schema->source($_) for qw(Foo Bar); diff --git a/t/sql/MTITest-0.1-PostgreSQL.sql b/t/sql/MTITest-0.1-PostgreSQL.sql index 755b99d..f5c0fa5 100644 --- a/t/sql/MTITest-0.1-PostgreSQL.sql +++ b/t/sql/MTITest-0.1-PostgreSQL.sql @@ -1,6 +1,6 @@ -- -- Created by SQL::Translator::Producer::PostgreSQL --- Created on Fri Apr 16 12:05:18 2010 +-- Created on Sat Apr 17 08:25:41 2010 -- -- -- Table: just_a_table