Annotated inequality operator for unit test properties
authorHelga Velroyen <helgav@google.com>
Mon, 22 Oct 2012 11:08:46 +0000 (13:08 +0200)
committerIustin Pop <iustin@google.com>
Mon, 22 Oct 2012 11:20:59 +0000 (13:20 +0200)
commitdddb2bc9db777eb546b5bfd302c8637e539016cd
tree74be2b1ad14a84b32c5380cbe767051483069b5f
parent77ffd6633718014c3ced954ac5c49e28d98f1b33
Annotated inequality operator for unit test properties

This includes:
 * The operator (/=?), which checks for inequality and prints
   an error message if it encounters equality. (Basically the
   negation of the (==?) operator).
 * Application of this operator in the test property
   prop_addPri_NoN1Fail.

Signed-off-by: Helga Velroyen <helgav@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
htest/Test/Ganeti/HTools/Node.hs
htest/Test/Ganeti/TestCommon.hs