bpo-13611: Include C14N 2.0 test data in installation (GH-13053) · python/cpython@0d5864f (original) (raw)

File tree

2 files changed

lines changed

2 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
1 +C14N 2.0 test files
2 +===================
3 +
4 +This directory contains files from the draft note document listing
5 +test cases for the W3C C14N 2.0 specification:
6 +https://www.w3.org/TR/xml-c14n2-testcases/
7 +
8 +Direct source:
9 +https://www.w3.org/TR/xml-c14n2-testcases/files/
10 +
11 +Copied and distributed under these terms:
12 +
13 +Copyright © 2013 W3C® (MIT, ERCIM, Keio, Beihang),
14 +http://www.w3.org/Consortium/Legal/2015/doc-license
Original file line number Diff line number Diff line change
@@ -1296,7 +1296,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
1296 1296 tkinter/test/test_ttk site-packages test \
1297 1297 test/audiodata \
1298 1298 test/capath test/data \
1299 - test/cjkencodings test/decimaltestdata test/xmltestdata \
1299 + test/cjkencodings test/decimaltestdata \
1300 + test/xmltestdata test/xmltestdata/c14n-20 \
1300 1301 test/dtracedata \
1301 1302 test/eintrdata \
1302 1303 test/imghdrdata \