On 25 Jun 2014, at 10:06, [email protected] wrote: > https://ci.inria.fr/pharo/job/Pharo-4.0-Update-Step-2.1-Validation-M-Z/label=mac/45/ > > 5 regressions found. > Tests.System.Hashing.SHA256Tests.testClassComment > > Tests.System.Hashing.SHA256Tests.testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses > Tests.System.Hashing.SHA256Tests.testNew > > Tests.System.Hashing.SHA256Tests.testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass > Tests.System.Hashing.SHA256Tests.testUnCategorizedMethods
I didn't see that SHA256Tests subclassed ClassTestCase (I copied it from SHA1Test), this needs to be added in protocol 'coverage' of SHA256Tests, instance side: classToBeTested ^ SHA256 Sorry about that. Sven
