X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fpsgi_v2.t;h=bdf23deb1c0080f382d1634712dc57070f2b2e1c;hp=aa3279cc6870743e43f62efb4b8f98141d4a7193;hb=2b6580afae0c0449fa536b62c8fbad4408337a3f;hpb=b8c41362f2a5c8fcc6b1846a79c72bfa77565297 diff --git a/t/psgi_v2.t b/t/psgi_v2.t index aa3279cc..bdf23deb 100644 --- a/t/psgi_v2.t +++ b/t/psgi_v2.t @@ -182,6 +182,9 @@ test_psgi(sub { $www->call(@_) }, sub { $res = $cb->(GET('/v2test/reuse@mid/T/')); $raw = $res->content; like($raw, qr/\b4\+ messages\b/, 'thread overview shown with /T/'); + my @over = ($raw =~ m/^\d{4}-\d+-\d+\s+\d+:\d+ (.+)$/gm); + is_deeply(\@over, [ '(GET('/v2test/reuse@mid/t/')); $raw = $res->content;