Skip to content

Commit 0d5864f

Browse files
authored
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.
1 parent 0522291 commit 0d5864f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Lib/test/xmltestdata/c14n-20/README

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Makefile.pre.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
12961296
tkinter/test/test_ttk site-packages test \
12971297
test/audiodata \
12981298
test/capath test/data \
1299-
test/cjkencodings test/decimaltestdata test/xmltestdata \
1299+
test/cjkencodings test/decimaltestdata \
1300+
test/xmltestdata test/xmltestdata/c14n-20 \
13001301
test/dtracedata \
13011302
test/eintrdata \
13021303
test/imghdrdata \

0 commit comments

Comments
 (0)