From 2caef7625ae06c126977b9146c69f00d9f5224e3 Mon Sep 17 00:00:00 2001 From: Max Hoffmann Date: Sun, 23 May 2021 11:07:49 +0200 Subject: [PATCH] removed one test --- .../instance/testAddFrameForColor.st | 10 ---------- .../AnimationsEditorTest.class/methodProperties.json | 1 - 2 files changed, 11 deletions(-) delete mode 100644 packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/instance/testAddFrameForColor.st diff --git a/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/instance/testAddFrameForColor.st b/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/instance/testAddFrameForColor.st deleted file mode 100644 index 5f7926d..0000000 --- a/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/instance/testAddFrameForColor.st +++ /dev/null @@ -1,10 +0,0 @@ -saveJson -testAddFrameForColor - | aDictionary aProperty | - - aDictionary := self animationsEditorInstance addFrame: self colorTreeNode. - self halt. - aProperty := (aDictionary at: #properties) first. - - self assert: (aProperty at: #name) equals: 'color'. - \ No newline at end of file diff --git a/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/methodProperties.json b/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/methodProperties.json index 075ab5c..5be428c 100644 --- a/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/methodProperties.json +++ b/packages/AnimationsEditor-Tests.package/AnimationsEditorTest.class/methodProperties.json @@ -16,7 +16,6 @@ "startInformationDictionary:" : "MH 5/20/2021 11:22", "tearDown" : "MH 5/17/2021 11:08", "testAddColorFrame" : "MH 5/20/2021 11:15", - "testAddFrameForColor" : "NB 5/21/2021 08:46", "testAddMorphToJson" : "MH 5/20/2021 11:56", "testAddPositionFrame" : "MH 5/20/2021 11:16", "testAddRotationFrame" : "MH 5/20/2021 11:18",