From: Peter Rabbitson Date: Sun, 16 Nov 2008 09:53:07 +0000 (+0000) Subject: whops X-Git-Tag: v0.08240~238 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78bf8b8b0f821581b58225e4cbb5595df3ff2c21;p=dbsrgits%2FDBIx-Class.git whops --- diff --git a/t/76select.t b/t/76select.t index ca04b26..2d60873 100644 --- a/t/76select.t +++ b/t/76select.t @@ -49,7 +49,6 @@ lives_ok(sub { $rs->first->get_column('addedtitle2') }, '+select/+as chained sea # # from doesn't seem to be useful without using a scalarref - there were no initial tests >:( # -$schema->storage->debug (1); my $cds = $schema->resultset ('CD')->search ({}, { order_by => 'me.cdid'}); # make sure order is consistent cmp_ok ($cds->count, '>', 2, 'Initially populated with more than 2 CDs');