X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Funit%2Fcore%2Fstore_lookup_test.c;h=33fd1d24ec4d55e257cd9ab49bbd6b76fcbbe840;hp=33c9268cb01d29fc561987b9838eb86f12b213f6;hb=1ef0d00327e4b5f56b438f44053f48fd8b198baa;hpb=bbd1b997cf153d54878efebc182bd88f1c64d45c diff --git a/t/unit/core/store_lookup_test.c b/t/unit/core/store_lookup_test.c index 33c9268..33fd1d2 100644 --- a/t/unit/core/store_lookup_test.c +++ b/t/unit/core/store_lookup_test.c @@ -577,6 +577,9 @@ struct { NULL, 1 }, { "host.attribute['x1'] IS NULL", NULL, 3 }, + /* not a boolean so neither TRUE nor FALSE: */ + { "attribute['k1'] IS TRUE", NULL, 0 }, + { "attribute['k1'] IS FALSE", NULL, 0 }, { "attribute['k1'] = 'v1'", NULL, 1 }, { "attribute['k1'] = 'v1'", "name != 'k1'", 0 },