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

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

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

Name: Tests-topa.316
Author: topa
Time: 7 April 2015, 3:07:34.151 pm
UUID: 8ed25f75-e171-4dd1-8039-72d65297ce6d
Ancestors: Tests-topa.315

If we have nothing to switch to this test must fail

=============== Diff against Tests-topa.315 ===============

Item was added:
+ ----- Method: LocaleTest>>expectedFailures (in category 'testing') -----
+ expectedFailures
+
+ ^ super expectedFailures,
+ (NaturalLanguageTranslator translators
+ ifEmpty: [#(testLocaleChanged) "no locale available to switch to"]
+ ifNotEmpty: [#()])
+ !