QA: Make Query tests test for '?' values
authorHelga Velroyen <helgav@google.com>
Mon, 1 Jul 2013 10:57:31 +0000 (12:57 +0200)
committerHelga Velroyen <helgav@google.com>
Tue, 2 Jul 2013 10:54:41 +0000 (12:54 +0200)
commitbfbef99b9f056638411aa894e300aa095132e931
tree1ce4e703c2484674eca43aa1575cf9c7e2270269
parent212b66c37fb08347206d507ce9bea642cba9bd73
QA: Make Query tests test for '?' values

When something goes wrong in the Haskell implementation of
queries, the 'gnt-* list' command does not actually fail,
but it just displays '?' as a sign of failure. We so far
do not test for that, which makes errors in the haskell
queries go undetected. This patch fixes that.

Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>
qa/qa_utils.py