2010/9/26 Mariano Martinez Peck <[email protected]>: > 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. >
Hi Mariano, by the way, why using == and not simply = ? Nicolas > it works :) > > Romain ? > > thanks > > mariano > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
