X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Funit%2Fcore%2Fstore_lookup_test.c;fp=t%2Funit%2Fcore%2Fstore_lookup_test.c;h=3555495d79e4dfd681cf5ad5dc6220ade578a5ea;hp=923ce066e498b90ab41e7754020e04d3d4dd55ff;hb=da760b7c730635befe5d3876641dd826f7abf9d3;hpb=abb97cfebfcca78912dc8315aa8b9c9c81d6ea2a diff --git a/t/unit/core/store_lookup_test.c b/t/unit/core/store_lookup_test.c index 923ce06..3555495 100644 --- a/t/unit/core/store_lookup_test.c +++ b/t/unit/core/store_lookup_test.c @@ -569,6 +569,9 @@ struct { { "ANY attribute.name = 'x'", NULL, 0 }, { "ANY attribute.name =~ 'x'", NULL, 0 }, { "ALL attribute.name = 'k1'", NULL, 2 }, + { "ANY attribute.value = 'v1'", NULL, 1 }, + { "ANY attribute.value =~ 'v'", NULL, 2 }, + { "ANY attribute.value = 123", NULL, 1 }, { "host.name = 'a'", NULL, 1 }, { "host.attribute['k1'] =~ 'v1'", NULL, 1 },