X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fmsgmap.t;h=4dddd0a81852b22c60601b1965d1e7b11224897c;hp=dce98f46b6f57e48a90653ceba659a3665db247d;hb=a46893a2b5dabfdbcf7b593ac19967daecfb1772;hpb=866837def71b9d70198f51e634e6141f75f0df3e diff --git a/t/msgmap.t b/t/msgmap.t index dce98f46..4dddd0a8 100644 --- a/t/msgmap.t +++ b/t/msgmap.t @@ -38,9 +38,6 @@ foreach my $mid (@mids) { is($d->num_for($mid), $mid2num{$mid}, "mid:$mid maps correctly"); } -is_deeply($d->mid_prefixes('a'), [qw(aa@cc aa@bb a@b)], "mid_prefixes match"); -is_deeply($d->mid_prefixes('A'), [], "mid_prefixes is case sensitive"); - is(undef, $d->last_commit, "last commit not set"); my $lc = 'deadbeef' x 5; is(undef, $d->last_commit($lc), 'previous last commit (undef) returned');