bpo-13611: Include C14N 2.0 test data in installation (GH-13053)

* Include C14N 2.0 test data in installation.
* Add README file to the C14N test data directory to reference the original source and licensing conditions.
This commit is contained in:
Stefan Behnel 2019-05-02 10:35:02 +02:00 committed by GitHub
parent 0522291440
commit 0d5864fa07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -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 \