Skip to content

Commit

Permalink
removed a tests that does not fit for Pharo8
Browse files Browse the repository at this point in the history
  • Loading branch information
bergel committed Dec 10, 2019
1 parent d5653bb commit 1534035
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Roassal2GT-Tests/GLMRoassal2MorphicTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,6 @@ GLMRoassal2MorphicTest >> testRoassalPresentationConstructor [
self assert: (composite presentations anyOne isKindOf: GLMRoassal2Presentation)
]

{ #category : #tests }
GLMRoassal2MorphicTest >> testUpdateUsesNewView [
| browser originalView newView |
browser := GLMWrapper new.
browser show: [ :a |
a roassal2 painting: [:view :roassal2 :input | view add: RTElement new ]].
window := browser openOn: $d.

originalView := (self find: TRMorph in: window) trachelCanvas.
browser panes first presentations first update.
newView := (self find: TRMorph in: window) trachelCanvas.

self assert: newView ~~ originalView

]

{ #category : #tests }
GLMRoassal2MorphicTest >> testUpdateViewIsProperlyLaidOut [
| browser originalView newView |
Expand Down

0 comments on commit 1534035

Please sign in to comment.