Skip to content

Commit

Permalink
Add test ensuring time consistency
Browse files Browse the repository at this point in the history
(cherry-picked from commit ec7aee0)
  • Loading branch information
luap42 committed Aug 2, 2022
1 parent 38bd573 commit 955b1de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
testing
testDeleteMorphIsTimeConsistent
| beforeTime afterTime |
beforeTime := self animationsEditorInstance propertyStartEnd endTime.
self animationsEditorInstance deleteMorph.
afterTime := self animationsEditorInstance propertyStartEnd endTime.
self assert: (beforeTime <= afterTime).
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"tearDown" : "ob 7/30/2022 17:10",
"testDeleteMorphButtonMorphStayedInWorld" : "ob 7/30/2022 17:10",
"testDeleteMorphButtonTreeSpecUpdated" : "ob 7/30/2022 17:18",
"testDeleteMorphIsTimeConsistent" : "ps 8/2/2022 13:31",
"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 955b1de

Please sign in to comment.