[Pharo-project] SLICE-enhanceUnimplementedCallsTest
I've uploaded a new slice which adjusts the ReleaseTest for unimplemented calls. Two convenience methods are added. SystemNavigation default allClassesWithUnimplementedCalls PackageOrganizer default allPackagesContainingUnimplementedCalls Can someone review this? Btw. you do I mark a certain test as expected failure? Norbert
And for the new workflow: This is issue #22. And don't forget to sometimes visit http://code.google.com/p/pharo/issues/list?can=1&q=status%3AFixed Norbert On Fri, 2008-06-27 at 16:08 +0200, Norbert Hartl wrote:
I've uploaded a new slice which adjusts the ReleaseTest for unimplemented calls. Two convenience methods are added.
SystemNavigation default allClassesWithUnimplementedCalls PackageOrganizer default allPackagesContainingUnimplementedCalls
Can someone review this?
Btw. you do I mark a certain test as expected failure?
Norbert
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Thanks Norbert, On Jun 27, 2008, at 16:08 , Norbert Hartl wrote:
I've uploaded a new slice which adjusts the ReleaseTest for unimplemented calls. Two convenience methods are added.
SystemNavigation default allClassesWithUnimplementedCalls PackageOrganizer default allPackagesContainingUnimplementedCalls
Can someone review this?
I had a look and just made a few cosmetic changes, one to simplify the code and another to categorize the method #allPackagesContainingUnimplementedCalls. I also tagged testUnimplementedNonPrimitiveCalls as expected failure. I committed as SLICE-enhanceUnimplementedCallsTest-al.3 and changed status of http://code.google.com/p/pharo/issues/detail?id=22 to Verified.
Btw. you do I mark a certain test as expected failure?
override TestCase>>expectedFailures Adrian
Norbert
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Adrian Lienhard -
Norbert Hartl