[Seaside-dev] Re: [Seaside Commits] Seaside 2.9: Seaside-Tests-Core-lr.124.mcz

Julian Fitzell jfitzell at gmail.com
Wed Apr 22 08:19:40 UTC 2009


Just so we know... why? Would be nice if the commit log included a
rationale (I can see what the change was from the diff :) ).

Julian

On Tue, Apr 21, 2009 at 11:49 PM,
<squeak-dev-noreply at lists.squeakfoundation.org> wrote:
> Lukas Renggli uploaded a new version of Seaside-Tests-Core to project Seaside 2.9:
> http://www.squeaksource.com/Seaside29/Seaside-Tests-Core-lr.124.mcz
>
> ==================== Summary ====================
>
> Name: Seaside-Tests-Core-lr.124
> Author: lr
> Time: 22 April 2009, 8:49:31 am
> UUID: 56e8a1b9-3174-48a0-b0b9-48d32d252ebb
> Ancestors: Seaside-Tests-Core-lr.123
>
> - should:raise:description: -> should:raise:
>
> =============== Diff against Seaside-Tests-Core-lr.123 ===============
>
> Item was changed:
>  ----- Method: WAObjectTest>>testError (in category 'testing') -----
>  testError
>        "Make sure #error: signals a subclass of WAError."
>
> +       self should: [ WAObject new error: 'oh dear' ] raise: WAError.
> +       self should: [ WAObject error: 'oh dear' ] raise: WAError!
> -       self should: [ WAObject new error: 'oh dear' ] raise: WAError description: 'oh dear'.
> -       self should: [ WAObject error: 'oh dear' ] raise: WAError description: 'oh dear'!
>
>
> _______________________________________________
> commits mailing list
> To unsubscribe, email commits-leave at lists.seaside.st
> http://lists.seaside.st/listinfo/commits
>


More information about the seaside-dev mailing list