FogBugz (Case [Issue]12280) Nautilus - Nautilus treats should: messages as tests and tries to run them (TestRunner doesn't)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]12280) Nautilus - Nautilus treats should: messages as tests and tries to run them (TestRunner doesn't)

Pharo Issue Tracker
FogBugz Notification
avatar
Bug in Project:  Nautilus: 1. Pharo Image  •  You are subscribed to this case
Maybe you could at least ignore "should" messages like "should:raise:" that take arguments, to be consistent:

isTestMethod

^ (self methodClass inheritsFrom: TestCase) and: [
(self selector beginsWith: 'test') or: [
(self selector beginsWith: 'should') and: [self numArgs isZero]]]
Priority Priority: 3 – Must Fix Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo3.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want FogBugz notifications anymore? Update your preferences.

FogBugz

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker