[squeak-dev] The Trunk: MorphicExtrasTests-mt.6.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Nov 27 09:24:36 UTC 2019


Marcel Taeumel uploaded a new version of MorphicExtrasTests to project The Trunk:
http://source.squeak.org/trunk/MorphicExtrasTests-mt.6.mcz

==================== Summary ====================

Name: MorphicExtrasTests-mt.6
Author: mt
Time: 27 November 2019, 10:24:35.984363 am
UUID: 3d508d97-0a4c-8546-9d8f-9ce4823c6400
Ancestors: MorphicExtrasTests-pre.5

Tests for simple setter/getter moved to and extended in StringSystemSupportTest in the package Tests-System-Support.

=============== Diff against MorphicExtrasTests-pre.5 ===============

Item was removed:
- TestCase subclass: #MorphicExtrasSymbolExtensionsTest
- 	instanceVariableNames: ''
- 	classVariableNames: ''
- 	poolDictionaries: ''
- 	category: 'MorphicExtrasTests-Flaps'!

Item was removed:
- ----- Method: MorphicExtrasSymbolExtensionsTest>>testAsSimpleSetterReturnsSetterSelector (in category 'as yet unclassified') -----
- testAsSimpleSetterReturnsSetterSelector
- 	self assert: #foo: equals: #foo asSimpleSetter.
- 	
- 	"And it really is 'simple':"
- 	self assert: #foo:: equals: #foo: asSimpleSetter.!



More information about the Squeak-dev mailing list