Status: Accepted Owner: ---- CC: cy.delau...@gmail.com Labels: Type-Defect Priority-Medium RPackage
New issue 621 by stephane...@gmail.com: writing tests for removeMethod http://code.google.com/p/moose-technology/issues/detail?id=621
writing tests for "The bug appeared when removing two extensions methods (from the same extending package) for a same class. in RPackage >> removeMethod: , when removing an extension method, we were telling the organizer to remove the extending package for the class concerned. This was wrong, because even if one extension from this package has been removed, some others can still exist. And the organizer should keep the this package as extending package for the class. So removing the first extension method worked correctly, but then removing a second or more methods from the same package was raising some errors "
Updates: Labels: -RPackage component-rp
Comment #1 on issue 621 by tudor.gi...@gmail.com: writing tests for removeMethod http://code.google.com/p/moose-technology/issues/detail?id=621
(No comment was entered for this change.)
Updates: Labels: -component-rp Component-RPackage
Comment #2 on issue 621 by tudor.gi...@gmail.com: writing tests for removeMethod http://code.google.com/p/moose-technology/issues/detail?id=621
(No comment was entered for this change.)
Comment #3 on issue 621 by cy.delau...@gmail.com: writing tests for removeMethod http://code.google.com/p/moose-technology/issues/detail?id=621
I added two tests in RPackageMCSynchronisationTest. Integrated to version 3.1 of RPackage
Updates: Status: Fixed
Comment #4 on issue 621 by tu...@tudorgirba.com: writing tests for removeMethod http://code.google.com/p/moose-technology/issues/detail?id=621
(No comment was entered for this change.)