From efda460972b0e7aad2596eb37cf9281bb1a59287 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 2 May 2019 09:48:55 +0200 Subject: [PATCH 1/2] Include C14N 2.0 test data in installation. --- Makefile.pre.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 619e3fb3645e23..75eb66be3c0135 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1296,7 +1296,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ tkinter/test/test_ttk site-packages test \ test/audiodata \ test/capath test/data \ - test/cjkencodings test/decimaltestdata test/xmltestdata \ + test/cjkencodings test/decimaltestdata \ + test/xmltestdata test/xmltestdata/c14n-20 \ test/dtracedata \ test/eintrdata \ test/imghdrdata \ From 18f238aac738792a9253ad7f6f62d18790aefd6c Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 2 May 2019 10:15:19 +0200 Subject: [PATCH 2/2] Add README file to the C14N test data directory to reference the original source and licensing conditions. --- Lib/test/xmltestdata/c14n-20/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Lib/test/xmltestdata/c14n-20/README diff --git a/Lib/test/xmltestdata/c14n-20/README b/Lib/test/xmltestdata/c14n-20/README new file mode 100644 index 00000000000000..06e63704542028 --- /dev/null +++ b/Lib/test/xmltestdata/c14n-20/README @@ -0,0 +1,14 @@ +C14N 2.0 test files +=================== + +This directory contains files from the draft note document listing +test cases for the W3C C14N 2.0 specification: +https://www.w3.org/TR/xml-c14n2-testcases/ + +Direct source: +https://www.w3.org/TR/xml-c14n2-testcases/files/ + +Copied and distributed under these terms: + +Copyright © 2013 W3C® (MIT, ERCIM, Keio, Beihang), +http://www.w3.org/Consortium/Legal/2015/doc-license