[Seaside] Installing SeasideTesting on Pharo question

Andrei Vasile Chis chisvasileandrei at gmail.com
Wed Aug 4 10:59:21 UTC 2010


Hi Johan,

Thanks for clearing things out.
Unfortunately when I try to run a simple test like SCAnchorDemoTest I get
SCSeasideResponseParser(Object)>>doesNotUnderstand:#document: when calling
self establishSession.

Also does this version of SeasideTesting support Ajax calls?

Cheers,
Andrei



On Wed, Aug 4, 2010 at 11:08 AM, Johan Brichau <johan at inceptive.be> wrote:

> Hi Andrei,
>
> The version of SeasideTesting that is in the metacello configuration is a
> work in progress, started at Camp Smalltalk in London.
>
> 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.
>
> If you want to use SeasideTesting right now: the previous version (R2.9) is
> working fine with Seaside30.
> For your convenience, I have now added the previous version to that
> configuration as well, so you can load it:
>
>   Gofer new
>       squeaksource: 'SeasideTesting';
>       package: 'ConfigurationOfSeasideTesting';
>       load.
>    ((Smalltalk at: #ConfigurationOfSeasideTesting) project version: 'R29')
> load
>
>
> Let me know if you experience any further problems.
>
> Johan
>
>
> On 02 Aug 2010, at 22:25, Andrei Vasile Chis wrote:
>
> > Hi all,
> >
> > I'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.
> > Unfortunately after running
> >
> >    Gofer new
> >        squeaksource: 'SeasideTesting';
> >        package: 'ConfigurationOfSeasideTesting';
> >        load.
> >    (Smalltalk at: #ConfigurationOfSeasideTesting) loadLatestPackages.
> >
> > even the simplest test fails as their are are a lot of unknown global
> variables in the code(OpentalksSeasideServer, OSErrorHolder, ...)
> >
> > Should the version from http://www.squeaksource.com/SeasideTesting.htmlwork with Pharo or am I doing something wrong?
> >
> > Cheers,
> > Andrei
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100804/48c2dc2d/attachment-0001.htm


More information about the seaside mailing list