Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d2e3a1

Browse files
author
Tim Peters
committed
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 :-(
1 parent 4c8ce84 commit 9d2e3a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.hgeol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Lib/test/cjkencodings/* = BIN
3131
Lib/test/decimaltestdata/*.decTest = BIN
3232
Lib/test/sndhdrdata/sndhdr.* = BIN
3333
Lib/test/test_email/data/msg_26.txt = BIN
34+
Lib/test/xmltestdata/* = BIN
3435

3536
Lib/venv/scripts/nt/* = BIN
3637

0 commit comments

Comments
 (0)