Status: Accepted
Owner: marianopeck
Labels: Milestone-1.4
New issue 4911 by marianopeck: Run failures is broken
http://code.google.com/p/pharo/issues/detail?id=4911Pharo core version: 14192
Steps to reproduce:
1. Run some tests from the TestRunner and be sure to have at least one as
failure
2. Press the button "Run Failures" from the TestRunner and you will have an
error MessageNotUnderstood: YourTestClass >> suite
TestRunner >> runCollection: aTestSuiteCollection
aTestSuiteCollection
do: [ :testCase|
self basicRunSuite: testCase suite do: [ :each | self runTest: each ].
self updateResults]
displayingProgress: 'Running Tests'.
sends #suite to a testCase.
Attached PharoDebug.log
Attachments:
PharoDebug.log 65.9 KB
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker