The Trunk: Tests-topa.308.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-topa.308.mcz

commits-2
Tobias Pape uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-topa.308.mcz

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

Name: Tests-topa.308
Author: topa
Time: 20 January 2015, 4:06:59.651 pm
UUID: 83f45eb7-b286-4b0d-b11b-8e973b6bb8b4
Ancestors: Tests-topa.307

Environments: The need for fresh bindings on class rename may be a good idea, we don't know yet.  Need to talk to cwp, probably.

=============== Diff against Tests-topa.307 ===============

Item was added:
+ ----- Method: EnvironmentTest>>expectedFailures (in category 'as yet unclassified') -----
+ expectedFailures
+ " The need for fresh bindings on class rename may be a good idea,
+  we don't know yet. Need to talk to cwp, probably"
+
+ ^ #(testRenameCreatesNewBinding)!