[squeak-dev] The Trunk: SUnit-mt.119.mcz

Levente Uzonyi leves at caesar.elte.hu
Mon Sep 16 15:40:24 UTC 2019


Shouldn't we use our own website instead of google.com for this?

Levente

On Mon, 16 Sep 2019, commits at source.squeak.org wrote:

> Marcel Taeumel uploaded a new version of SUnit to project The Trunk:
> http://source.squeak.org/trunk/SUnit-mt.119.mcz
>
> ==================== Summary ====================
>
> Name: SUnit-mt.119
> Author: mt
> Time: 16 September 2019, 9:21:50.986266 am
> UUID: 827d2928-979a-7b40-b45b-acc0e6a9ef69
> Ancestors: SUnit-mt.118
>
> Fixes check for a secure internet connection.
>
> =============== Diff against SUnit-mt.118 ===============
>
> Item was changed:
>  ----- Method: TestCase>>ensureSecureInternetConnection (in category 'extensions') -----
>  ensureSecureInternetConnection
> 
> + 	^ self ensureInternetConnectionTo: 'https://www.google.com'!
> - 	^ self ensureConnectionTo: 'https://www.google.com'!


More information about the Squeak-dev mailing list