Skip to content

Commit 1534035

Browse files
committed
removed a tests that does not fit for Pharo8
1 parent d5653bb commit 1534035

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/Roassal2GT-Tests/GLMRoassal2MorphicTest.class.st

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,6 @@ GLMRoassal2MorphicTest >> testRoassalPresentationConstructor [
6262
self assert: (composite presentations anyOne isKindOf: GLMRoassal2Presentation)
6363
]
6464

65-
{ #category : #tests }
66-
GLMRoassal2MorphicTest >> testUpdateUsesNewView [
67-
| browser originalView newView |
68-
browser := GLMWrapper new.
69-
browser show: [ :a |
70-
a roassal2 painting: [:view :roassal2 :input | view add: RTElement new ]].
71-
window := browser openOn: $d.
72-
73-
originalView := (self find: TRMorph in: window) trachelCanvas.
74-
browser panes first presentations first update.
75-
newView := (self find: TRMorph in: window) trachelCanvas.
76-
77-
self assert: newView ~~ originalView
78-
79-
]
80-
8165
{ #category : #tests }
8266
GLMRoassal2MorphicTest >> testUpdateViewIsProperlyLaidOut [
8367
| browser originalView newView |

0 commit comments

Comments
 (0)