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",