|
Yes
ExternalBrowserTest >> tearDown [ | newWindows | file deleteIfAbsent: [ ]. Smalltalk globals at: self classNameForTest ifPresent: [ : cl | cl removeFromSystem ]. newWindows := World windowsSatisfying: [ : each | (initialWindows includes: each) not ]. newWindows do: #delete. super tearDown.
Now I do not understand why this test changed or where this test comes from testAndMakeSureSuperTearDownIsCalledAsLastMessageInTearDownMethodsOfTestCases
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|