classification
Title: _move_file is broken because of a bad mock
Type: Stage:
Components: Distutils2 Versions: Python 2.7, Python 2.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: tarek Nosy List: alexis, eric.araujo, python-dev, tarek
Priority: normal Keywords:

Created on 2012-03-12 21:33 by tarek, last changed 2012-03-12 21:46 by python-dev.

Messages (2)
msg155483 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2012-03-12 21:33
the mocked list_installed_files() returns a list of files instead of a list of (path, md5, path)
msg155487 - (view) Author: Roundup Robot (python-dev) Date: 2012-03-12 21:46
New changeset c0a9ba08ebe3 by Tarek Ziade in branch 'default':
fixed a test mock issue (#14268)
http://hg.python.org/distutils2/rev/c0a9ba08ebe3
History
Date User Action Args
2012-03-12 21:46:03python-devsetnosy: + python-dev
messages: + msg155487
2012-03-12 21:33:34tarekcreate