summaryrefslogtreecommitdiff
path: root/tests/nwfilterxml2xmltest.c
diff options
context:
space:
mode:
authorStefan Berger <stefanb@us.ibm.com>2010-09-30 16:09:04 -0400
committerStefan Berger <stefanb@us.ibm.com>2010-09-30 16:09:04 -0400
commitf095424600c311f2f08da552d20fb2e2d7ff5045 (patch)
tree7d3152ebccb098061c68da2c8e031249aa84f34a /tests/nwfilterxml2xmltest.c
parent4bb2b16d07fcbf33da2d461ae39924ec2691d4af (diff)
downloadlibvirt-f095424600c311f2f08da552d20fb2e2d7ff5045.tar.gz
nwfilter: Add a test case for testing the comment attribute
This patch adds a test case for testing the XML parser's and instantiator's support of the comment attribute.
Diffstat (limited to 'tests/nwfilterxml2xmltest.c')
-rw-r--r--tests/nwfilterxml2xmltest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nwfilterxml2xmltest.c b/tests/nwfilterxml2xmltest.c
index e681b919ef..e001e99fe0 100644
--- a/tests/nwfilterxml2xmltest.c
+++ b/tests/nwfilterxml2xmltest.c
@@ -124,6 +124,8 @@ mymain(int argc, char **argv)
DO_TEST("hex-data-test");
+ DO_TEST("comment-test");
+
return (ret==0 ? EXIT_SUCCESS : EXIT_FAILURE);
}