|
The TestRunner>>findPackage has been modified changing self baseClass by self instanceSide. In this particular case, baseClass points to TestCase (the super class of each testcase). This makes the method to point to the wrong class to look for cases of testing, an since is instance side (no class side), the instanceSide message does not makes sense.
We rollebacked this small change.
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|