X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F101populate_rs.t;h=56e87f075e3df841a3ab8219219c5987325576e4;hb=a8de639b29afc6645820ba346b47d53117dbbe7e;hp=5de0b4f26907b6d7e638e891fbcdb7e3d7c22656;hpb=8273e845426f0187b4ad6c4a1b42286fa09a648f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/101populate_rs.t b/t/101populate_rs.t index 5de0b4f..56e87f0 100644 --- a/t/101populate_rs.t +++ b/t/101populate_rs.t @@ -3,7 +3,7 @@ ## ## GOALS: We need to test the method for both void and array context for all ## the following relationship types: belongs_to, has_many. Additionally we -## need to each each of those for both specified PK's and autogenerated PK's +## need to test each of those for both specified PK's and autogenerated PK's ## ## Also need to test some stuff that should generate errors. ## ---------------------------------------------------------------------------- @@ -128,7 +128,7 @@ SCHEMA_POPULATE1: { ARRAY_CONTEXT: { ## These first set of tests are cake because array context just delegates - ## all it's processing to $resultset->create + ## all its processing to $resultset->create HAS_MANY_NO_PKS: {