]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/solver_git.t
viewvcs: show "blob $OID" rather than "$OID blob"
[public-inbox.git] / t / solver_git.t
index 5c7bfa286c872dd7408c4cddfff780128fa1f500..958af065509d1aa660990ea727dcf4dd56085a4d 100644 (file)
@@ -287,7 +287,8 @@ EOF
                while (my ($label, $size) = each %bin) {
                        $res = $cb->(GET("/$name/$oid{$label}/s/"));
                        is($res->code, 200, "$label binary file");
-                       ok(index($res->content, "blob $size bytes") >= 0,
+                       ok(index($res->content,
+                               "blob $oid{$label} $size bytes") >= 0,
                                "showed $label binary blob size");
                        $res = $cb->(GET("/$name/$oid{$label}/s/raw"));
                        is($res->code, 200, "$label raw binary download");