Skip to content

Commit 0f28620

Browse files
committed
filetree bug
1 parent 2390fa0 commit 0f28620

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

packages/TWM-Tests/WMWithTwoBrowsersAndTwoWorkspacesAfterWorldSnapshotTest.class.st

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ WMWithTwoBrowsersAndTwoWorkspacesAfterWorldSnapshotTest >> testShouldBeEqualsOth
4040
self assert: worldSnapshot equals: (TWMWorldSnapshot of: testWorld).
4141
]
4242

43-
{ #category : #tests }
44-
WMWithTwoBrowsersAndTwoWorkspacesAfterWorldSnapshotTest >> testShouldNotBeEqualsOtherSnapshotAfterMovingAWorkspace. [
45-
workspace1 maximize.
46-
self deny: (worldSnapshot = (TWMWorldSnapshot of: testWorld)).
47-
]
48-
4943
{ #category : #tests }
5044
WMWithTwoBrowsersAndTwoWorkspacesAfterWorldSnapshotTest >> testVisibleWindowsShouldReturnWorkspaceTwoAndOne [
5145
self assert: {workspace2. workspace1} equals: worldSnapshot visibleWindows.

packages/TWM-Tests/WMWithTwoBrowsersAndTwoWorkspacesSnapshotRecorderTest.class.st

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,3 @@ WMWithTwoBrowsersAndTwoWorkspacesSnapshotRecorderTest >> testForwardShouldKeepAl
107107
worldRecorder forward.
108108
self assert: {} equals: windowManager visibleWindows.
109109
]
110-
111-
{ #category : #tests }
112-
WMWithTwoBrowsersAndTwoWorkspacesSnapshotRecorderTest >> testWMPrintPositionShouldRenderThreeOnThree. [
113-
self assert: '3/3' equals: (String streamContents: [:aStream| windowManager printWorldRecorderPositionOn: aStream ] )
114-
]

0 commit comments

Comments
 (0)