Thanks Sean.

I've fixed this in last Autotest.

Gofer it
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfAutotest';
load.

(Smalltalk at: #ConfigurationOfAutotest) loadDevelopment.

Laurent.

On Fri, Jun 24, 2011 at 5:04 PM, Sean P. DeNigris <sean@clipperadams.com> wrote:

Sean P. DeNigris wrote:
>
> * For some reason, they do not play well with Autotest
>

Here's a temporary hack to integrate with Autotest:
CompiledMethod>>isTestMethod
�� �� �� ��^ �� �� �� self belongsToTestCase
�� �� �� �� �� �� �� �� �� �� �� ��and: [('test*' match: self selector) or: ['should*' match: self
selector]].

--
View this message in context: http://forum.world.st/Re-ConfigurationOfPhexample-was-assert-equals-feels-backwards-tp3620784p3622753.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.