Code

query language: Add support for attribute.value access.
[sysdb.git] / t / unit / core / store_lookup_test.c
index 923ce066e498b90ab41e7754020e04d3d4dd55ff..3555495d79e4dfd681cf5ad5dc6220ade578a5ea 100644 (file)
@@ -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 },