X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F13db2_common.t;h=6d41caaf4bf83f46c6cec9f2dd66bac2f374e47e;hb=701cd3e37c8b4119cf43454d22766c1196377a3c;hp=4cbb7fd38d03f45fc3b6ec0fa54a7f0caf6fd67b;hpb=1bccc8fc742e325bb0a0367c69b06a0532c39acc;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/13db2_common.t b/t/13db2_common.t index 4cbb7fd..6d41caa 100644 --- a/t/13db2_common.t +++ b/t/13db2_common.t @@ -14,7 +14,8 @@ my $tester = dbixcsl_common_tests->new( password => $password, null => '', data_types => { - 'timestamp DEFAULT CURRENT TIMESTAMP' => { data_type => 'timestamp', default_value => \'current_timestamp' } + 'timestamp DEFAULT CURRENT TIMESTAMP' => { data_type => 'timestamp', default_value => \'current_timestamp', + original => { default_value => \'current timestamp' } }, }, );