Jan. 21, 2011
3:10 p.m.
Comment #7 on issue 3179 by cy.delau...@gmail.com: Failing Tests for Monticello http://code.google.com/p/pharo/issues/detail?id=3179 I join a change set to fix the failing test in hudson Tests.Monticello.MCPackageTest.testUnload. To solve the problem, I added the following setUp method in MCPackageTest: setUp "here we have to make sure that there is no packae named Monticellomock left, so that no old package interfer with the test." MCWorkingCopy registry removeKey: (MCPackage new name: 'Monticellomocks') ifAbsent:[]. PackageOrganizer default unregisterPackageNamed: 'Monticellomocks'. Attachments: FixingMonticelloTestFailingInHudson.1.cs 1.5 KB