Message174856
| Author |
vstinner |
| Recipients |
vstinner |
| Date |
2012年11月05日.00:47:25 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1352076445.7.0.182324345971.issue16412@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
======================================================================
FAIL: test_copymode_follow_symlinks (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\victor\default\lib\test\test_shutil.py", line 258, in test_copymode_f
ollow_symlinks
self.assertEqual(os.stat(src).st_mode, os.stat(dst).st_mode)
AssertionError: 33206 != 33060
======================================================================
FAIL: test_move_dangling_symlink (test.test_shutil.TestMove)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\victor\default\lib\test\test_shutil.py", line 60, in wrap
return func(*args, **kwargs)
File "C:\victor\default\lib\test\test_shutil.py", line 1435, in test_move_dang
ling_symlink
self.assertEqual(os.path.realpath(src), os.path.realpath(dst_link))
AssertionError: 'c:\\users\\haypo\\appdata\\local\\temp\\tmpmhpdb_\\baz' != 'c:\
\users\\haypo\\appdata\\local\\temp\\tmpnsjap0\\quux'
- c:\users\haypo\appdata\local\temp\tmpmhpdb_\baz
? ^^ ^^^ ^^^
+ c:\users\haypo\appdata\local\temp\tmpnsjap0\quux
? ^^^^ ^ ^^^^ |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年11月05日 00:47:25 | vstinner | set | recipients:
+ vstinner |
| 2012年11月05日 00:47:25 | vstinner | set | messageid: <1352076445.7.0.182324345971.issue16412@psf.upfronthosting.co.za> |
| 2012年11月05日 00:47:25 | vstinner | link | issue16412 messages |
| 2012年11月05日 00:47:25 | vstinner | create |
|