<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi folks,<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>Version: Squeak6.0alphaUpdate: 20010<br></div></blockquote><div><br></div><div>Working through the Roassal3 tests  <br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>in RSAbstractAnimation>>loops: aNumber<br></div><div><b>self assert: aNumber >= 1 description: 'The number of times to repeat this animation'.    <----test fails here.</b><br></div><div>loops := aNumber<br></div></div></blockquote><div>aNumber is Infinity (inspecting displays a Boxed Float)<br></div><div><br></div><div>Poking around a bit...<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>(BoxedFloat64 infinity) >= 1  -> false<br></div></blockquote><div><br></div><div>then....<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>(BoxedFloat64 infinity) < 1 ->true<br></div></blockquote><div><br></div><div>Is this expected?<br></div><div><br></div><div>If so, suggestions on how  I should I make the test reflect reality?</div><div><br></div><div>thx in advance.</div></div><br></body></html>