|
Kamk proposed ExternalBrowserTest >> tearDown [ | newWindows | super tearDown. file deleteIfAbsent: [ ]. Smalltalk at: self classNameForTest ifPresent: [ : cl | cl removeFromSystem ]. newWindows := World windowsSatisfying: [ : each | (initialWindows includes: each) not ]. newWindows do: #delete. super tearDown.
]
in https://github.com/pharo-project/pharo/pull/2124
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|