Hi all,<br><br>I&#39;m quite new to the Smalltalk/Seaside world and I wanted to add SeasideTesting to a Pharo image(Pharo-1.1-11411dev10.07.1) with Seaside 3.0 installed. <br>Unfortunately after running<br><br>   Gofer new<br>

       squeaksource: &#39;SeasideTesting&#39;;<br>       package: &#39;ConfigurationOfSeasideTesting&#39;;<br>       load.<br>   (Smalltalk at: #ConfigurationOfSeasideTesting) loadLatestPackages.<br><br>even the simplest test fails as their are are a lot of unknown global variables in the code(OpentalksSeasideServer, OSErrorHolder, ...)<br>

<br>Should the version from <a href="http://www.squeaksource.com/SeasideTesting.html">http://www.squeaksource.com/SeasideTesting.html</a> work with Pharo or am I doing something wrong?<br><br>Cheers,<br>Andrei<br>