Niall Ross - 2003-12-01

Logged In: YES
user_id=753646

1) Loss of indenting has made the code examples somewhat harder to read. If you see 'pre' tags below, my
second attempt to preserve indenting also failed :-).

2) In the above, the code

MyTestCase>>tearDown
MyTestResource>>tearDown

should of course have been

<pre>
MyTestCase>>tearDown
MyTestResource reset.
</pre>