[issue11719] test_msilib skip unexpected on non-Windows platforms

2011-04-09 Thread Ross Lagerwall
Ross Lagerwall added the comment: Thanks for the patch. -- assignee: -> rosslagerwall nosy: +rosslagerwall resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker <

[issue11719] test_msilib skip unexpected on non-Windows platforms

2011-04-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset d4730f14b6c0 by Ross Lagerwall in branch '3.1': Issue #11719: Fix message about unexpected test_msilib skip. http://hg.python.org/cpython/rev/d4730f14b6c0 New changeset 8b146103d29e by Ross Lagerwall in branch '2.7': Issue #11719: Fix message about

[issue11719] test_msilib skip unexpected on non-Windows platforms

2011-03-29 Thread Nadeem Vawda
New submission from Nadeem Vawda : When running regrtest on a non-Windows platform, I get a warning that test_msilib was skipped unexpectedly. The attached patch modifies regrtest to indicate that this is expected. -- components: Tests files: test_msilib-expected.diff keywords: patch mes