From 9e43ef2af196b581177d5480f956e77fc56a4ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 5 Sep 2017 14:17:44 +0300 Subject: [PATCH] Add missing fwf test case A test case in the fwf test wasn't being run. --- maxscale-system-test/fwf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxscale-system-test/fwf.cpp b/maxscale-system-test/fwf.cpp index 2765ee86b..bceddb3d4 100644 --- a/maxscale-system-test/fwf.cpp +++ b/maxscale-system-test/fwf.cpp @@ -33,7 +33,7 @@ int main(int argc, char *argv[]) FILE* file; sprintf(rules_dir, "%s/fw/", test_dir); - int N = 10; + int N = 11; int i; for (i = 1; i < N + 1; i++)