This fails where it does:
self assert: count == model entries size.
self assert: count > 100.
since model entries size -> 85
Of course, if I change the test to
self assert: count == model entries size.
self assert: count > 80.
it works :)
Romain ?
thanks
mariano
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
