Code

frontend/grammar: Use '.' instead of ':' to access queryable object fields.
[sysdb.git] / t / unit / core / store_lookup_test.c
index af680f033865d773a35ed680176818d865c7110d..e5a0a74c4becffff53d479a174d60daf97bf2b4d 100644 (file)
@@ -695,7 +695,7 @@ START_TEST(test_parse_field_cmp)
                { "interval",    "!=", &datetime, MATCHER_NOT },
                { "backend",     "=",  &string,   MATCHER_EQ },
                { "backend",     "!=", &string,   MATCHER_NOT },
-               /* the behavior for other operators on :backend
+               /* the behavior for other operators on .backend
                 * is currently unspecified */
                { "last_update", "=",  NULL,      -1 },
                { "last_update", "IS", NULL,      -1 },