X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fv2mirror.t;h=2e23e763de09a31cf2b59b09de9b48780f327c63;hb=6ebcec3add4d6aeff6e3b3eb019a404528c079ec;hp=dc930d90518e342cd123dffef5e9ebf982e2f2ed;hpb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;p=public-inbox.git diff --git a/t/v2mirror.t b/t/v2mirror.t index dc930d90..2e23e763 100644 --- a/t/v2mirror.t +++ b/t/v2mirror.t @@ -55,6 +55,11 @@ for my $i (1..9) { my $epoch_max = $v2w->{epoch_max}; ok($epoch_max > 0, "multiple epochs"); $v2w->done; +{ + my $smsg = $ibx->over->get_art(1); + like($smsg->{lines}, qr/\A[0-9]+\z/, 'lines is a digit'); + like($smsg->{bytes}, qr/\A[0-9]+\z/, 'bytes is a digit'); +} $ibx->cleanup; my $sock = tcp_server();