From: John Napiorkowski Date: Mon, 22 Oct 2012 14:21:52 +0000 (-0400) Subject: bumb version and redue key size to solve reported errors in testing X-Git-Tag: 1.001018^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae7b4675827e8aabb6ac230b5c8c6acdbb092d83;p=dbsrgits%2FDBIx-Class-Fixtures.git bumb version and redue key size to solve reported errors in testing --- diff --git a/Changes b/Changes index 9c11397..9bb99f3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for DBIx-Class-Fixtures +1.001018 +- Reduced the size of a PK in the fixtures to stop (hopefully) some occasional + error reports + 1.001017 - POD fixes (justin hunter++) - Changed the test suite so it doesn't mindlessly break with the changes diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index f996b88..76f3de0 100644 --- a/lib/DBIx/Class/Fixtures.pm +++ b/lib/DBIx/Class/Fixtures.pm @@ -26,7 +26,7 @@ our $namespace_counter = 0; __PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir _inherited_attributes debug schema_class dumped_objects config_attrs/); -our $VERSION = '1.001017'; +our $VERSION = '1.001018'; =head1 NAME diff --git a/t/lib/DBICTest.pm b/t/lib/DBICTest.pm index bcbacba..988e02b 100755 --- a/t/lib/DBICTest.pm +++ b/t/lib/DBICTest.pm @@ -150,7 +150,7 @@ sub populate_schema { [ 2, 'Random Boy Band' ], [ 3, 'We Are Goth' ], [ 4, '' ], # Test overridden new will default name to "Test Name" using use_create => 1. - [ 329482389748937, 'Big PK' ], + [ 32948, 'Big PK' ], ]); $schema->populate('CD', [ diff --git a/t/var/configs/fetch.json b/t/var/configs/fetch.json index 7b92a17..fb4f647 100644 --- a/t/var/configs/fetch.json +++ b/t/var/configs/fetch.json @@ -16,7 +16,7 @@ { "class": "Artist", - "ids": ["329482389748937"], + "ids": ["32948"], "fetch": [{ "rel": "cds", "quantity": "all"