more work on extended set of Pg auto-pk tests
Robert Buels [Thu, 3 Sep 2009 22:41:26 +0000 (22:41 +0000)]
t/72pg.t

index 790b006..ba883cc 100644 (file)
--- 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 );