The Trunk: CollectionsTests-ul.192.mcz

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

The Trunk: CollectionsTests-ul.192.mcz

commits-2
Levente Uzonyi uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-ul.192.mcz

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

Name: CollectionsTests-ul.192
Author: ul
Time: 16 September 2012, 9:02:57.208 pm
UUID: a77dd8a7-c0fd-6b41-89ed-6ce22dbc4683
Ancestors: CollectionsTests-fbs.191

- marked RWBinaryOrTextStreamTest >> #testExisting as an expected failure, because it expects a different behavior than the current one

=============== Diff against CollectionsTests-fbs.191 ===============

Item was added:
+ ----- Method: RWBinaryOrTextStreamTest>>expectedFailures (in category 'testing') -----
+ expectedFailures
+
+ ^#(
+ testExisting "This is more like a request for new behavior than a bug."
+ )!