summaryrefslogtreecommitdiffstats
path: root/tests/jsonfiles/01-table.json
diff options
context:
space:
mode:
authorArturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>2014-01-02 11:49:06 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-01-03 23:28:15 +0100
commit68da8129a4bf46457a733c3eb030ec22e0dce3ba (patch)
tree88472dace65865049195e9fda3b027b4ccc45a5d /tests/jsonfiles/01-table.json
parent9cdef799414451258a62d088ba7cda6ff6035a88 (diff)
tests: add table 'use' attr to testfiles
Parsing tests were failing because a missing 'use' attribute in tables. validating xmlfiles/02-table.xml: FAILED from file: 0</flags></table> f from snprintf: 0</flags><use>0</use ^ [...] validating jsonfiles/64-ruleset.json: FAILED from file: ,"flags":0}},{"chain from snprintf: ,"flags":0,"use":0}} ^ Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/jsonfiles/01-table.json')
-rw-r--r--tests/jsonfiles/01-table.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jsonfiles/01-table.json b/tests/jsonfiles/01-table.json
index cfe7e9d..f217189 100644
--- a/tests/jsonfiles/01-table.json
+++ b/tests/jsonfiles/01-table.json
@@ -1 +1 @@
-{"table":{"name":"filter","family":"ip","flags":0}}
+{"table":{"name":"filter","family":"ip","flags":0,"use":0}}