X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Funit%2Fparser%2Fparser_test.c;h=f9049211440c513c342ce6c3769c7f160f8767bf;hp=d3667d1a4b5da8c40e2e0ae804736263e3f64e7c;hb=bc864220dfdef478fc644dbf0bfe4af40f90e8b0;hpb=f1975b0bdc00eff623288b34961b9de7d83e7ba1 diff --git a/t/unit/parser/parser_test.c b/t/unit/parser/parser_test.c index d3667d1..f904921 100644 --- a/t/unit/parser/parser_test.c +++ b/t/unit/parser/parser_test.c @@ -416,14 +416,12 @@ struct { "field = 'a'", -1, -1, 0, 0 }, { "LIST metrics FILTER " "field = 'a'", -1, -1, 0, 0 }, -#if 0 { "LIST hosts FILTER " "value = 'a'", -1, -1, 0, 0 }, { "LIST services FILTER " "value = 'a'", -1, -1, 0, 0 }, { "LIST metrics FILTER " "value = 'a'", -1, -1, 0, 0 }, -#endif /* type mismatches */ { "LOOKUP hosts MATCHING " @@ -523,7 +521,6 @@ struct { { "LOOKUP hosts MATCHING " "ANY 'patt' =~ 'p'", -1, -1, 0, 0 }, -#if 0 /* invalid LIST commands */ { "LIST", -1, -1, 0, 0 }, { "LIST foo", -1, -1, 0, 0 }, @@ -604,7 +601,6 @@ struct { "2015-02-01", -1, -1, 0, 0 }, { "STORE metric attribute " "'metric'.'key' 123", -1, -1, 0, 0 }, -#endif }; START_TEST(test_parse)