[Pkg] The Trunk: Tests-eem.311.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Feb 6 23:01:45 UTC 2015


Eliot Miranda uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-eem.311.mcz

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

Name: Tests-eem.311
Author: eem
Time: 6 February 2015, 3:01:31.128 pm
UUID: b80216c2-f80e-4e1a-aa1a-e87310d382bf
Ancestors: Tests-eem.310

Eliminate an interactive prompt in the MCEnvironmentLoadTest

=============== Diff against Tests-eem.310 ===============

Item was changed:
  ----- Method: MCEnvironmentLoadTest>>testLoadIntoEnvironment (in category 'testing') -----
  testLoadIntoEnvironment
+ 	[[MCPackageLoader installSnapshot: self mockSnapshot]
+ 		valueSupplyingAnswers: #(('The pool dictionary*does not exist*automatically created?' true))]
+ 		on: CurrentEnvironment
+ 		do: [:e | e resume: environment].
+ 	self assert: (environment bindingOf: #MCMockClassA) notNil
+ 		description: 'Environment has no binding for MCMockClassA'.!
- 	[MCPackageLoader installSnapshot: self mockSnapshot] on: CurrentEnvironment do: [:e | e resume: environment].
- 	self assert: (environment bindingOf: #MCMockClassA) notNil description: 'Environment has no binding for MCMockClassA'.!



More information about the Packages mailing list