[Pharo-project] ECUntypedModelTest >> testNarrowWith failing
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
2010/9/26 Mariano Martinez Peck <marianopeck@gmail.com>:
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Mariano Martinez Peck -
Nicolas Cellier