X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsearch%2Fpreserve_original_rs.t;h=d628e9b62f5824a530582ed022a5420bd732989e;hb=a33d2444e0981129eb060521de27c5e2104f37ba;hp=3e59109d9183dfb031b20b5e87a0504260a6bb48;hpb=4086a32559a91ba6f70833fa770054e7bae4000e;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/search/preserve_original_rs.t b/t/search/preserve_original_rs.t index 3e59109..d628e9b 100644 --- a/t/search/preserve_original_rs.t +++ b/t/search/preserve_original_rs.t @@ -80,9 +80,9 @@ $q{artw_back}{query} = $q{artw_back}{rs}->as_query; for my $s (qw/a2a artw cd artw_back/) { my $rs = $q{$s}{rs}; - lives_ok ( sub { $rs->first }, "first on $s does not throw an exception" ); + lives_ok ( sub { $rs->first }, "first() on $s does not throw an exception" ); - lives_ok ( sub { $rs->count }, "count on $s does not throw an exception" ); + lives_ok ( sub { $rs->count }, "count() on $s does not throw an exception" ); is_same_sql_bind ($rs->as_query, $q{$s}{query}, "$s resultset unmodified (as_query matches)" ); }