File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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 }
8266GLMRoassal2MorphicTest >> testUpdateViewIsProperlyLaidOut [
8367 | browser originalView newView |
You can’t perform that action at this time.
0 commit comments