Modify ↓
Opened 14 years ago
Last modified 14 years ago
#681 new defect
utf-8 test fails on Windows
Reported by: | anatoly techtonik <techtonik@…> | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.6.1 |
Component: | General | Version: | 0.6 |
Keywords: | Cc: | hodgestar | |
Operating System: | Windows |
Description
Python 2.5 - 2.7, Vista
C:\python\bitten-0.6.x>setup.py test -s bitten.tests_slave.slave.BuildSlaveTestCase running test ... running build_ext test_non_utf8 (bitten.tests_slave.slave.BuildSlaveTestCase) ... FAIL test_quit_raises (bitten.tests_slave.slave.BuildSlaveTestCase) ... ok test_simple_recipe (bitten.tests_slave.slave.BuildSlaveTestCase) ... ok ====================================================================== FAIL: test_non_utf8 (bitten.tests_slave.slave.BuildSlaveTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "c:\python\bitten-0.6.x\bitten\tests_slave\slave.py", line 104, in test_non_utf8 u'<message level="info">\uFFFD</message>') AssertionError: u'<message level="info">\u0449</message>' != u'<message level="info">\ufffd</message>' ---------------------------------------------------------------------- Ran 3 tests in 2.221s FAILED (failures=1)
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by osimons
- Cc hodgestar added
- Milestone changed from 0.6.2 to 0.6.1
- Operating System changed from BSD to Windows
comment:2 Changed 14 years ago by anatoly techtonik <techtonik@…>
Probably because output is redirected to a file.
Note: See
TracTickets for help on using
tickets.
Huh. Confirmed on Python 2.6.6 on Windows 7 English with Norwegian locale. Wonder why our Windows build slave don't report this failure?