From 68da8129a4bf46457a733c3eb030ec22e0dce3ba Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Thu, 2 Jan 2014 11:49:06 +0100 Subject: 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 f from snprintf: 00 Signed-off-by: Pablo Neira Ayuso --- tests/jsonfiles/01-table.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/jsonfiles/01-table.json') 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}} -- cgit v1.2.3