[V3dot10] testing packages

Keith Hodges keith_hodges at yahoo.co.uk
Sun Jun 10 02:36:10 UTC 2007


Ralph Johnson wrote:
> On 6/9/07, Damien Cassou <damien.cassou at gmail.com> wrote:
>> In my opinion, Seaside should be configured with a default
>> username/password (I suggest admin/seaside). And a note in the bottom
>> bar should inform the developer that the password is still the default
>> and should be changed.
>
> This would fix the problem as far as automated testing is concerned.
>
> Another possibility is to have some way to set the username/password
> before you file it in, perhaps by setting a global variable, and then the
> testing package could set it before loading Seaside.
>
> -Ralph
Installer provides this functionality

e.g.

Installer squeaksource
        project: 'Seaside'; 
        answer: '*administrator*' with: 'admin';
        answer: '*config*' with: 'seaside';
        answer: '*password*' with: 'admin';
        install: 'Seaside2.7a1';
        install: 'Scriptaculous'.

Keith


More information about the V3dot10 mailing list