[issue17696] lookup fails for renamed functions

2013-04-11 Thread Ulrich Eckhardt
New submission from Ulrich Eckhardt: When you rename a test function, you can't explicitly specify it on the commandline any more. During normal test runs, it is automatically discovered though. The error is that the old name was not found, even though the new name was specified. The attached

[issue17696] lookup fails for renamed functions

2013-04-11 Thread R. David Murray
R. David Murray added the comment: Well, actually, the old name *is* found, it is the new name that is not found in the class dict when unittest goes to actually run the test. This is a duplicate of issue 14971. I thought I had applied that patch, but obviously I haven't, and neither did