Edit

kc3-lang/libxkbcommon/test

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2014-01-11 16:56:20
    Hash : 4841ea0c
    Message : test/state: fix some *_{is,are}_active() tests These functions also return -1 on invalid input. The original tests didn't check that, but used !tests instead. Since then we've changed them, but some were missed, and for some we forgot to remove the ! (or you can say they were extra clever). Signed-off-by: Ran Benita <ran234@gmail.com>