<br><br><div class="gmail_quote">On Wed, Nov 3, 2010 at 6:43 AM, Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@elte.hu">leves@elte.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, 3 Nov 2010, Hannes Hirzel wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
Any ideas how to fix the cause for the following test to fail<br>
</blockquote>
<br></div>
Add the fix from SqueakVM to CogVM.<br></blockquote><div><br></div><div>done.  will try and build a new vm soon.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<font color="#888888">
<br>
<br>
Levente</font><div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
--Hannes<br>
<br>
==============================================================<br>
<br>
testPositionPastEndIsAtEnd<br>
        &quot;Tests that a file positioned after its end responds true to #atEnd&quot;<br>
<br>
        | filename file |<br>
        filename := &#39;filestream.tst&#39;.<br>
        file := StandardFileStream forceNewFileNamed: filename.<br>
        [<br>
                file position: 1000.<br>
                self assert: file atEnd.<br>
        ] ensure:[<br>
                file close.<br>
                FileDirectory default deleteFileNamed: filename ifAbsent:[].<br>
        ].<br>
<br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br>