The Trunk: Tests-eem.311.mcz

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

The Trunk: Tests-eem.311.mcz

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