[Webkit-unassigned] [Bug 49474] webkitpy.common.checkout.changelog_unittest fails under Win32 Python

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 12 13:47:51 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49474





--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2010-11-12 13:47:51 PST ---
The actual_contents has \r\n line-endings, while the expected_contents has \n line-endings. It looks like \n is being turned into \r\n by FileInput, which opens the fake sys.stdout in text mode, not binary mode.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list