MXS-1389: Add tests for function use with columns

The test checks that only the functions that aren't allowed are blocked.
This commit is contained in:
Markus Mäkelä
2017-09-05 14:36:58 +03:00
parent 7272d9401d
commit 11bf5d2412
4 changed files with 20 additions and 1 deletions

View File

@ -33,7 +33,7 @@ int main(int argc, char *argv[])
FILE* file;
sprintf(rules_dir, "%s/fw/", test_dir);
int N = 11;
int N = 12;
int i;
for (i = 1; i < N + 1; i++)