<div>Hell Squeakers,</div>
<div>&nbsp;</div>
<div>At home I went through the first half of the <u>Squeak by Example</u> book. The guided practice went without a hitch however, when I worked through the first practice of writing a simple String&nbsp;method at work, on a different image, I ran into this problem. Why am I receiving an &#39;Assertion failed&#39; message?
</div>
<div>&nbsp;</div>
<div>testShout<br>&nbsp;self assert: (&#39;oh no&#39; shout = &#39;OH NO!&#39;)</div>
<div>&nbsp;</div>
<div>shout&nbsp;<br>&nbsp;^ self asUppercase , &#39;!&#39;<br>&nbsp;&nbsp;&nbsp;</div>
<div>TestFailure: Assertion failed</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>&nbsp;</div>
<div>Eric Eisaman</div>