[Seaside-dev] Re: [Seaside Commits] Seaside 2.9: Seaside-Tests-Platform-lr.73.mcz

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


And shouldn't we still be testing that the description has been set?
We could signal it again, actually catch it, and then assert the
correct description...

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-Platform to project Seaside 2.9:
> http://www.squeaksource.com/Seaside29/Seaside-Tests-Platform-lr.73.mcz
>
> ==================== Summary ====================
>
> Name: Seaside-Tests-Platform-lr.73
> Author: lr
> Time: 22 April 2009, 8:49:49 am
> UUID: bbe5191f-28cf-4bd7-8249-88098970f2fc
> Ancestors: Seaside-Tests-Platform-pmm.72
>
> - should:raise:description: -> should:raise:
>
> =============== Diff against Seaside-Tests-Platform-pmm.72 ===============
>
> Item was changed:
>  ----- Method: WAPlatformObjectTest>>testError (in category 'testing') -----
>  testError
>        "Make sure #error: signals a subclass of WAPlatformError."
>
> +       self should: [ WAPlatformObject new error: 'oh dear' ] raise: WAPlatformError.
> +       self should: [ WAPlatformObject error: 'oh dear' ] raise: WAPlatformError!
> -       self should: [ WAPlatformObject new error: 'oh dear' ] raise: WAPlatformError description: 'oh dear'.
> -       self should: [ WAPlatformObject error: 'oh dear' ] raise: WAPlatformError 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