#!perl
use Cassandane::Tiny;

sub test_maxargssize_fetch_annot ($self)
{
    $self->assert_cmd_bye_toobig('FETCH', '1',
                                 [ 'ANNOTATION',
                                   [ [ "X" x 25, "X" x 25 ] ], "X" x 5 ] );
}
