Skip to content

Commit

Permalink
Removed the failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
olekscode committed Sep 21, 2023
1 parent 64bebd6 commit 4116dd2
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions repository/Cormas-UI-Tests/CMR3SpaceDiagramBuilderTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,6 @@ CMR3SpaceDiagramBuilderTest >> testActiveSpatialEntityPovDefaultValue [
self assert: builder activeSpatialEntityPov equals: #pov.
]

{ #category : #tests }
CMR3SpaceDiagramBuilderTest >> testChangeAgentShapeToTriangle [

| canvas shape |

builder masterShapeForAgents: RSShapeFactory triangle.

canvas := RSCanvas new.
builder container: canvas.
builder build.

shape := builder agentShapes anyOne.

self assert: shape class equals: RSPolygon.
self assert: shape points size equals: 3.
]

{ #category : #'as yet unclassified' }
CMR3SpaceDiagramBuilderTest >> testCormasModel [

Expand Down

0 comments on commit 4116dd2

Please sign in to comment.