[squeak-dev] The Trunk: Tests-fbs.211.mcz

commits at source.squeak.org commits at source.squeak.org
Wed May 8 11:40:23 UTC 2013


Frank Shearar uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-fbs.211.mcz

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

Name: Tests-fbs.211
Author: fbs
Time: 8 May 2013, 12:39:44.936 pm
UUID: ae38de47-e0ed-4c85-b379-19849be50b60
Ancestors: Tests-fbs.210

Flap tests belong in MorphicExtrasTests.

=============== Diff against Tests-fbs.210 ===============

Item was changed:
+ SystemOrganization addCategory: #'Tests-Bugs'!
- SystemOrganization addCategory: #'Tests-Installer-Core'!
- SystemOrganization addCategory: #'Tests-Exceptions'!
- SystemOrganization addCategory: #'Tests-Files'!
  SystemOrganization addCategory: #'Tests-Compiler'!
+ SystemOrganization addCategory: #'Tests-Dependencies'!
  SystemOrganization addCategory: #'Tests-Digital Signatures'!
+ SystemOrganization addCategory: #'Tests-Environments'!
+ SystemOrganization addCategory: #'Tests-Exceptions'!
+ SystemOrganization addCategory: #'Tests-FilePackage'!
+ SystemOrganization addCategory: #'Tests-Files'!
+ SystemOrganization addCategory: #'Tests-Finalization'!
+ SystemOrganization addCategory: #'Tests-Hex'!
+ SystemOrganization addCategory: #'Tests-Installer-Core'!
+ SystemOrganization addCategory: #'Tests-Localization'!
+ SystemOrganization addCategory: #'Tests-Monticello'!
+ SystemOrganization addCategory: #'Tests-Monticello-Mocks'!
+ SystemOrganization addCategory: #'Tests-Monticello-Utils'!
  SystemOrganization addCategory: #'Tests-Object Events'!
- SystemOrganization addCategory: #'Tests-System-Support'!
- SystemOrganization addCategory: #'Tests-Bugs'!
  SystemOrganization addCategory: #'Tests-ObjectsAsMethods'!
  SystemOrganization addCategory: #'Tests-PrimCallController'!
  SystemOrganization addCategory: #'Tests-Release'!
+ SystemOrganization addCategory: #'Tests-System-Object Storage'!
+ SystemOrganization addCategory: #'Tests-System-Support'!
  SystemOrganization addCategory: #'Tests-Utilities'!
  SystemOrganization addCategory: #'Tests-VM'!
- SystemOrganization addCategory: #'Tests-Hex'!
- SystemOrganization addCategory: #'Tests-Monticello'!
- SystemOrganization addCategory: #'Tests-Localization'!
- SystemOrganization addCategory: #'Tests-FilePackage'!
- SystemOrganization addCategory: #'Tests-Finalization'!
- SystemOrganization addCategory: #'Tests-Dependencies'!
- SystemOrganization addCategory: #'Tests-Monticello-Mocks'!
- SystemOrganization addCategory: #'Tests-Environments'!
- SystemOrganization addCategory: #'Tests-Monticello-Utils'!
- SystemOrganization addCategory: #'Tests-System-Object Storage'!

Item was removed:
- TestCase subclass: #FlapTabTests
- 	instanceVariableNames: ''
- 	classVariableNames: ''
- 	poolDictionaries: ''
- 	category: 'Tests-Bugs'!
- 
- !FlapTabTests commentStamp: 'wiz 6/11/2007 17:58' prior: 0!
- A FlapTabTests is here to test infinite recursion bug when extent: message is sent to some flap tabs see 
- http://bugs.squeak.org/view.php?id=6486 
- for report.
- 
- Instance Variables
- We inherit cases which can be filled with morphs that need to be deleted at the end of the test.
- 
- !

Item was removed:
- ----- Method: FlapTabTests>>testFlapTabRecusion (in category 'tests') -----
- testFlapTabRecusion
- 	| a b tab |
- 	"Create a float close to 466.700581395349"
- 	a := 1.1
- 		at: 1 put: 1081944885;
- 		at: 2 put: 2497074009;
- 		yourself.
- 	b := 105.
- 	self deny: a + b - a = b.
- 
- 	tab := Flaps newFlapTitled: 'Test' onEdge: #top.
- 	tab left: a.
- 
- 	self
- 		should: [tab extent: b asPoint]
- 		notTakeMoreThanMilliseconds: 10
- !



More information about the Squeak-dev mailing list