This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author abbeyj
Recipients abbeyj
Date 2009-06-05.05:57:35
SpamBayes Score 0.0001566983
Marked as misclassified No
Message-id <1244181487.09.0.399837041232.issue6199@psf.upfronthosting.co.za>
In-reply-to
Content
test_unittest fails on Windows with:
======================================================================
FAIL: test_find_tests_with_package (test.test_unittest.TestDiscovery)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Projects\python-trunk\lib\test\test_unittest.py", line 3540,
in test_find_tests_with_package
    self.assertEqual(suite, ['load_tests', '/foo/test_directory2 module
tests'])

AssertionError: Lists differ: ['load_tests', '/foo\\test_dir... !=
['load_tests', '/foo/test_dire...

First differing element 1:
/foo\test_directory2 module tests
/foo/test_directory2 module tests

- ['load_tests', '/foo\\test_directory2 module tests']
?                     ^^

+ ['load_tests', '/foo/test_directory2 module tests']
?                     ^


----------------------------------------------------------------------


Patch attached.
History
Date User Action Args
2009-06-05 05:58:17abbeyjsetrecipients: + abbeyj
2009-06-05 05:58:07abbeyjsetmessageid: <1244181487.09.0.399837041232.issue6199@psf.upfronthosting.co.za>
2009-06-05 05:57:58abbeyjlinkissue6199 messages
2009-06-05 05:57:52abbeyjcreate