[Seaside] Installing SeasideTesting on Pharo question

Johan Brichau johan at inceptive.be
Wed Aug 4 08:08:36 UTC 2010


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.html work 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



More information about the seaside mailing list