summaryrefslogtreecommitdiffstats
path: root/.hgeol
diff options
context:
space:
mode:
authorTim Peters <tim@python.org>2013-09-01 20:56:22 (GMT)
committerTim Peters <tim@python.org>2013-09-01 20:56:22 (GMT)
commit9d2e3a1e2f248c75bd73874ac42ba77d4f7c4854 (patch)
tree776efa44ef3eb42a8ac6a4c9163172dd29d8b35b /.hgeol
parent4c8ce847e64b0ad7bfebad95034943f5addc0e09 (diff)
downloadcpython-9d2e3a1e2f248c75bd73874ac42ba77d4f7c4854.zip
cpython-9d2e3a1e2f248c75bd73874ac42ba77d4f7c4854.tar.gz
cpython-9d2e3a1e2f248c75bd73874ac42ba77d4f7c4854.tar.bz2
Fix issue 18889: test_sax: multiple failures on Windows desktop.
"The fix" is to tell Mercurial that the test files are binary. Windows developers: to get the correct line endings in your checkout, delete Lib\test\xmltestdata, and then "hg revert" that directory. Why the Windows buildbots didn't fail test_sax remains a mystery :-(
Diffstat (limited to '.hgeol')
-rw-r--r--.hgeol1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgeol b/.hgeol
index 64bb7cf..c3788ce 100644
--- a/.hgeol
+++ b/.hgeol
@@ -31,6 +31,7 @@ Lib/test/cjkencodings/* = BIN
Lib/test/decimaltestdata/*.decTest = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/test_email/data/msg_26.txt = BIN
+Lib/test/xmltestdata/* = BIN
Lib/venv/scripts/nt/* = BIN