Skip to content

Commit

Permalink
Test Button deletes morph from the tree spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ol-Ba committed Jul 30, 2022
1 parent 2ed11a2 commit 9963bff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
testing
testDeleteMorphButtonTreeSpecUpdated
|morph|
morph:= Morph new.
morph openInWorld.

self animationsEditorInstance selectedTreeNode: (self animationsEditorInstance addTargetMorph: morph).
self animationsEditorInstance deleteMorph.
self assert: self animationsEditorInstance propertyTreeMorph submorphs first submorphs size = 1.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"morphIsDeleted" : "ob 7/30/2022 16:50",
"setUp" : "NR 7/30/2022 15:15",
"tearDown" : "NR 7/30/2022 15:15",
"testDeleteMorphButtonTreeSpecUpdated" : "ob 7/30/2022 16:52",
"testGetDeepestMorph" : "MH 8/1/2021 18:40",
"testInstanceCreation" : "LW 6/27/2021 13:30",
"testMorphClosedInWorldTreeSpecUpdated" : "NR 7/30/2022 16:24",
Expand Down

0 comments on commit 9963bff

Please sign in to comment.