From 88ad8683613fc3e3a7580abbae7861690b7f65eb Mon Sep 17 00:00:00 2001 From: NinaR Date: Sun, 17 Jul 2022 20:41:19 +0200 Subject: [PATCH] test HeightofTimeline third try --- .../instance/testHeightOfTimeline.st | 2 +- .../AnimationsEditorTimelineTest.class/methodProperties.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/AnimationsEditor-Tests.package/AnimationsEditorTimelineTest.class/instance/testHeightOfTimeline.st b/packages/AnimationsEditor-Tests.package/AnimationsEditorTimelineTest.class/instance/testHeightOfTimeline.st index 6bf8b9c..cbef4f8 100644 --- a/packages/AnimationsEditor-Tests.package/AnimationsEditorTimelineTest.class/instance/testHeightOfTimeline.st +++ b/packages/AnimationsEditor-Tests.package/AnimationsEditorTimelineTest.class/instance/testHeightOfTimeline.st @@ -3,11 +3,11 @@ testHeightOfTimeline | oldHeight offScreenFrame scrollBarThickness | self animationsEditorInstance mainWindow width: 2000. + self timeline updateExtent. offScreenFrame := self animationsEditorInstance mainWindow width. oldHeight := self timeline height. self createKeyframeWith: self animationPosition on: offScreenFrame. scrollBarThickness := self timeline scrollPane scrollBarThickness. - self timeline updateExtent. self assert: oldHeight - scrollBarThickness = self timeline height. \ No newline at end of file diff --git a/packages/AnimationsEditor-Tests.package/AnimationsEditorTimelineTest.class/methodProperties.json b/packages/AnimationsEditor-Tests.package/AnimationsEditorTimelineTest.class/methodProperties.json index 80eaaca..d4a9110 100644 --- a/packages/AnimationsEditor-Tests.package/AnimationsEditorTimelineTest.class/methodProperties.json +++ b/packages/AnimationsEditor-Tests.package/AnimationsEditorTimelineTest.class/methodProperties.json @@ -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 20:31", + "testHeightOfTimeline" : "NR 7/17/2022 20:40", "testMinWidthOfTimeline" : "ps 7/13/2022 11:44", "testMovingLineInRightPosition" : "ob 6/13/2022 18:16", "testMovingLineInitializedInRightPosition" : "ob 5/29/2022 17:34",