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'! |
Shouldn't we use our own website instead of google.com for this?
Levente On Mon, 16 Sep 2019, [hidden email] 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'! |
We should. :-) Back then, squeak.org did not have https. Best, Marcel
|
... it's rather slow compared to google.com ...
|
Free forum by Nabble | Edit this page |