From 2f2aa405831e7bb1416733cefcc2927c66dbc5fa Mon Sep 17 00:00:00 2001 From: Cedric Lorenz Date: Mon, 31 May 2021 16:10:42 +0200 Subject: [PATCH] fixed test --- .../instance/startInformationDictionary..st | 4 ++-- .../AnimationsEditorTest.class/methodProperties.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/instance/startInformationDictionary..st b/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/instance/startInformationDictionary..st index a050fc1..f6fa923 100644 --- a/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/instance/startInformationDictionary..st +++ b/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/instance/startInformationDictionary..st @@ -8,10 +8,10 @@ startInformationDictionary: aMorph with: #value -> aMorph rotationDegrees. Dictionary with: #name -> 'positionX' - with: #value -> aMorph x. + with: #value -> aMorph position x. Dictionary with: #name -> 'positionY' - with: #value -> aMorph y. + with: #value -> aMorph position y. Dictionary with: #name -> 'width' with: #value -> aMorph width. diff --git a/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/methodProperties.json b/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/methodProperties.json index 70f007a..950f1a1 100644 --- a/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/methodProperties.json +++ b/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/methodProperties.json @@ -13,7 +13,7 @@ "setUp" : "CL 5/23/2021 15:31", "sizeFrameDictionary" : "CL 5/30/2021 14:26", "sizeTreeNode" : "CL 5/30/2021 14:17", - "startInformationDictionary:" : "MH 5/20/2021 11:22", + "startInformationDictionary:" : "CL 5/31/2021 16:10", "tearDown" : "CL 5/27/2021 12:08", "testAddColorFrame" : "MH 5/20/2021 11:15", "testAddMorphToJson" : "MH 5/20/2021 11:56",