X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F13db2_common.t;h=f5f147576335d403fd7eaa4395dfbfff698e68e0;hb=b511f36e7550cfe8aac546be689c8bd320a83975;hp=b52fa68f5e72b0b5f36e431f37759cb597e17d4e;hpb=772cfe65c2d30db9f21da7ed2a08ac34ca76246e;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/13db2_common.t b/t/13db2_common.t index b52fa68..f5f1475 100644 --- a/t/13db2_common.t +++ b/t/13db2_common.t @@ -12,7 +12,13 @@ my $tester = dbixcsl_common_tests->new( dsn => $dsn, user => $user, password => $password, - db_schema => uc $user, + null => '', + preserve_case_mode_is_exclusive => 1, + quote_char => '"', + data_types => { + 'timestamp DEFAULT CURRENT TIMESTAMP' => { data_type => 'timestamp', default_value => \'current_timestamp', + original => { default_value => \'current timestamp' } }, + }, ); if( !$dsn || !$user ) { @@ -21,3 +27,4 @@ if( !$dsn || !$user ) { else { $tester->run_tests(); } +# vim:et sts=4 sw=4 tw=0: