The Trunk: MorphicExtrasTests-mt.6.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: MorphicExtrasTests-mt.6.mcz

commits-2
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.!