diff options
author | Tim Peters <tim@python.org> | 2013-09-01 20:56:22 (GMT) |
---|---|---|
committer | Tim Peters <tim@python.org> | 2013-09-01 20:56:22 (GMT) |
commit | 9d2e3a1e2f248c75bd73874ac42ba77d4f7c4854 (patch) | |
tree | 776efa44ef3eb42a8ac6a4c9163172dd29d8b35b /.hgeol | |
parent | 4c8ce847e64b0ad7bfebad95034943f5addc0e09 (diff) | |
download | cpython-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-- | .hgeol | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |