[Python-checkins] cpython (3.3): Fix issue 18889: test_sax: multiple failures on Windows desktop.

tim.peters python-checkins at python.org
Sun Sep 1 23:02:16 CEST 2013


http://hg.python.org/cpython/rev/8efcf3c823f9
changeset:   85494:8efcf3c823f9
branch:      3.3
parent:      85492:764ceb41192b
user:        Tim Peters <tim at python.org>
date:        Sun Sep 01 15:56:22 2013 -0500
summary:
  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 :-(

files:
  .hgeol |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/.hgeol b/.hgeol
--- a/.hgeol
+++ b/.hgeol
@@ -31,6 +31,7 @@
 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
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list