Code

frontend/query_test: Simplified result checks.
authorSebastian Harl <sh@tokkee.org>
Tue, 13 Oct 2015 17:09:41 +0000 (19:09 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 13 Oct 2015 17:09:41 +0000 (19:09 +0200)
commit99a970fdf911d6885750508044153c920620423f
treedd1ba42ca8f214f3e822230e2c9ffddcf61e5017
parent0012c03f12422094042bc1458000ac94a38e9efe
frontend/query_test: Simplified result checks.

Don't track the expected length since it always matches strlen() anyway. The
additional check would hide the diff if it failed, adding an unnecessary step
for debugging failures.
t/unit/frontend/query_test.c