summaryrefslogtreecommitdiff
path: root/tests/nwfilterxml2xmltest.c
diff options
context:
space:
mode:
authorStefan Berger <stefanb@us.ibm.com>2010-10-07 06:43:35 -0400
committerStefan Berger <stefanb@us.ibm.com>2010-10-07 06:43:35 -0400
commit5c6405a0586ae2c30217fb501f5860fa14206985 (patch)
tree37204204a698faad2f3108f0dda92a2d41373f81 /tests/nwfilterxml2xmltest.c
parent5b0c71ee07e39be6471f75be3b9c376059234e2f (diff)
downloadlibvirt-5c6405a0586ae2c30217fb501f5860fa14206985.tar.gz
nwfilter: Add test case for testing the state attribute
This patch adds a test case for testing the XML parser's and instantiator's support of the state attribute. The other test case tests existing capabilities. Both test cases will be used in TCK again.
Diffstat (limited to 'tests/nwfilterxml2xmltest.c')
-rw-r--r--tests/nwfilterxml2xmltest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/nwfilterxml2xmltest.c b/tests/nwfilterxml2xmltest.c
index e001e99fe0..3a8001d22c 100644
--- a/tests/nwfilterxml2xmltest.c
+++ b/tests/nwfilterxml2xmltest.c
@@ -126,6 +126,9 @@ mymain(int argc, char **argv)
DO_TEST("comment-test");
+ DO_TEST("example-1");
+ DO_TEST("example-2");
+
return (ret==0 ? EXIT_SUCCESS : EXIT_FAILURE);
}