From: Robert Buels Date: Thu, 3 Sep 2009 22:41:26 +0000 (+0000) Subject: more work on extended set of Pg auto-pk tests X-Git-Tag: v0.08111~14^2~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb80e8d59f30101e4eedfdbf410e427e390d25e6;p=dbsrgits%2FDBIx-Class.git more work on extended set of Pg auto-pk tests --- diff --git a/t/72pg.t b/t/72pg.t index 790b006..ba883cc 100644 --- a/t/72pg.t +++ b/t/72pg.t @@ -527,13 +527,14 @@ sub run_extended_apk_tests { qualify_table => 2, ); - lives_ok { - $schema->resultset('ExtAPK')->create({}); - } 'create in first schema lives'; - eapk_poke( $schema, 0 ); + eapk_poke( $schema, 2 ); eapk_poke( $schema, 1 ); + eapk_poke( $schema, 0 ); eapk_poke( $schema, 1 ); + eapk_poke( $schema, 1 ); + eapk_poke( $schema, 2 ); + eapk_poke( $schema, 0 ); # set our search path back eapk_set_search_path( $schema, @$search_path_save );