Changeset 2475 for branches/release-39/t/driver-tests.pl
- Timestamp:
- 06/02/08 02:15:39 (18 months ago)
- Files:
-
- 1 modified
-
branches/release-39/t/driver-tests.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-39/t/driver-tests.pl
r2286 r2475 404 404 }, { 405 405 group => [ 'foo_id' ], 406 sort => 'foo_id desc', 406 sort => 'foo_id', 407 direction => 'descend', 407 408 }); 408 409 my ($count, $bfid, $month); … … 418 419 $cgb_iter = Bar->count_group_by(undef, { 419 420 group => [ 'extract(month from created_on)' ], 420 sort => 'extract(month from created_on) desc', 421 sort => 'extract(month from created_on)', 422 direction => 'descend', 421 423 }); 422 424 isa_ok($cgb_iter, 'CODE');
