[Pharo-project] Added package KernelTests-PeterHugossonMiller.145.mcz
Name: KernelTests-PeterHugossonMiller.145 Author: PeterHugossonMiller Time: 4 September 2009, 2:11:41 am UUID: 1bab2752-fa51-48ab-a64d-569f6ceda5bd Ancestors: KernelTests-PeterHugossonMiller.144 Fix for Issue 1150 - Incorrect test that was meant to test Duration>>#storeOn: actually tested #printOn: instead -- Cheers, Peter
On Fri, Sep 4, 2009 at 2:14 AM, Peter Hugosson-Miller <oldmanlink@gmail.com>wrote:
Name: KernelTests-PeterHugossonMiller.145 Author: PeterHugossonMiller Time: 4 September 2009, 2:11:41 am UUID: 1bab2752-fa51-48ab-a64d-569f6ceda5bd Ancestors: KernelTests-PeterHugossonMiller.144
Fix for Issue 1150 - Incorrect test that was meant to test Duration>>#storeOn: actually tested #printOn: instead
-- Cheers, Peter
Link to the issue: http://code.google.com/p/pharo/issues/detail?id=1150
Hi, On any existing subclass of Object, I add a class method, I add "testSelector" Got MNU Metaclass(class) dnu isScarySelector OBMethodDefinition>>confirmMethod: What is wrong? Regards, Carlos
Apparently some old code in OB is still referencing the code before we clean the isScarySelector with lukas Lukas may be we should have deprecated it. Carlos which image are you using? BTW create a new thread of discussion
Hi,
On any existing subclass of Object, I add a class method, I add "testSelector"
Got MNU Metaclass(class) dnu isScarySelector OBMethodDefinition>>confirmMethod:
What is wrong?
Regards, Carlos _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi Carlos, could you please explain all the steps to reproduce and tell us exactly what image you are using. 2009/9/4 Carlos Crosetti <carlos@mostar.com.ar>:
Hi,
On any existing subclass of Object, I add a class method, I add "testSelector"
Got MNU Metaclass(class) dnu isScarySelector OBMethodDefinition>>confirmMethod:
What is wrong?
Regards, Carlos _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
participants (4)
-
Carlos Crosetti -
Damien Cassou -
Peter Hugosson-Miller -
Stéphane Ducasse