Hi Johan,<br><br>Thanks for clearing things out.<br>Unfortunately when I try to run a simple test like SCAnchorDemoTest I get SCSeasideResponseParser(Object)&gt;&gt;doesNotUnderstand:#document: when calling self establishSession.<br>

<br>Also does this version of SeasideTesting support Ajax calls?<br><br>Cheers,<br>Andrei<br><br><br><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 11:08 AM, Johan Brichau <span dir="ltr">&lt;<a href="mailto:johan@inceptive.be">johan@inceptive.be</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Andrei,<br>
<br>
The version of SeasideTesting that is in the metacello configuration is a work in progress, started at Camp Smalltalk in London.<br>
<br>
In Pharo1.1, all unit tests except the entire STBrowserSimulatorTests work fine already, but more work is required to make them all green of course.<br>
<br>
If you want to use SeasideTesting right now: the previous version (R2.9) is working fine with Seaside30.<br>
For your convenience, I have now added the previous version to that configuration as well, so you can load it:<br>
<div class="im"><br>
   Gofer new<br>
       squeaksource: &#39;SeasideTesting&#39;;<br>
       package: &#39;ConfigurationOfSeasideTesting&#39;;<br>
       load.<br>
</div>   ((Smalltalk at: #ConfigurationOfSeasideTesting) project version: &#39;R29&#39;) load<br>
<br>
<br>
Let me know if you experience any further problems.<br>
<font color="#888888"><br>
Johan<br>
</font><div><div></div><div class="h5"><br>
<br>
On 02 Aug 2010, at 22:25, Andrei Vasile Chis wrote:<br>
<br>
&gt; Hi all,<br>
&gt;<br>
&gt; 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>
&gt; Unfortunately after running<br>
&gt;<br>
&gt;    Gofer new<br>
&gt;        squeaksource: &#39;SeasideTesting&#39;;<br>
&gt;        package: &#39;ConfigurationOfSeasideTesting&#39;;<br>
&gt;        load.<br>
&gt;    (Smalltalk at: #ConfigurationOfSeasideTesting) loadLatestPackages.<br>
&gt;<br>
&gt; even the simplest test fails as their are are a lot of unknown global variables in the code(OpentalksSeasideServer, OSErrorHolder, ...)<br>
&gt;<br>
&gt; Should the version from <a href="http://www.squeaksource.com/SeasideTesting.html" target="_blank">http://www.squeaksource.com/SeasideTesting.html</a> work with Pharo or am I doing something wrong?<br>
&gt;<br>
&gt; Cheers,<br>
&gt; Andrei<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>