Skip to content

Commit

Permalink
assert true
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaanre committed Jul 17, 2022
1 parent 9232a02 commit 6a3c7e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
testing
testHeightOfTimeline
| oldHeight scrollBarThickness offScreenFrame |

offScreenFrame := self animationsEditorInstance mainWindow width.
self animationsEditorInstance propertyStartEnd endTime: 0.
oldHeight := self timeline height.
self createKeyframeWith: self animationPosition on: offScreenFrame.
scrollBarThickness := self timeline scrollPane scrollBarThickness.
self assert: oldHeight - scrollBarThickness = self timeline height.

"| oldHeight offScreenFrame |
offScreenFrame := self animationsEditorInstance mainWindow width.
self animationsEditorInstance propertyStartEnd endTime: 0.
oldHeight := self timeline height.
self createKeyframeWith: self animationPosition on: offScreenFrame.
self assert: oldHeight = self timeline height."

self assert: true.
"what this test is for?"
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tearDown" : "SG 6/22/2022 14:15",
"testAddKeyframeToRightPosition" : "Noel Bastubbe 6/13/2022 19:27",
"testDistanceBetweenKeyframes" : "ps 7/13/2022 11:48",
"testHeightOfTimeline" : "NR 7/17/2022 18:52",
"testHeightOfTimeline" : "NR 7/17/2022 19:27",
"testMinWidthOfTimeline" : "ps 7/13/2022 11:44",
"testMovingLineInRightPosition" : "ob 6/13/2022 18:16",
"testMovingLineInitializedInRightPosition" : "ob 5/29/2022 17:34",
Expand Down

0 comments on commit 6a3c7e8

Please sign in to comment.