summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-21 11:54:12 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-21 11:54:12 +0100
commit864bbcc3f293bf60c05fda02b0d15c3f604eacc8 (patch)
treecf7eef8372ce247987ff612425c6d86f8fd8e4e6 /test
parente54f8f17a89ea51b039ed03710683931d5cf6051 (diff)
xmllint a KDM that we generate.
Diffstat (limited to 'test')
-rw-r--r--test/encryption_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc
index 888011aa..6e4a61d6 100644
--- a/test/encryption_test.cc
+++ b/test/encryption_test.cc
@@ -99,4 +99,5 @@ BOOST_AUTO_TEST_CASE (encryption)
);
kdm->write_to_file_formatted ("build/test/bar.kdm.xml", "UTF-8");
+ system ("xmllint --path schema --nonet --noout --schema schema/SMPTE-430-1-2006-Amd-1-2009-KDM.xsd build/test/bar.kdm.xml");
}