]> granicus.if.org Git - python/commitdiff
Fix issue 18889: test_sax: multiple failures on Windows desktop.
authorTim Peters <tim@python.org>
Sun, 1 Sep 2013 20:56:22 +0000 (15:56 -0500)
committerTim Peters <tim@python.org>
Sun, 1 Sep 2013 20:56:22 +0000 (15:56 -0500)
"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 :-(

.hgeol

diff --git a/.hgeol b/.hgeol
index 64bb7cf31d498a5e3e0e9311a5305ee801f0131f..c3788ced11ad6c47565e1ff7d219ead9dc6f3ef8 100644 (file)
--- 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