Andreas Raab uploaded a new version of NetworkTests to project The Trunk:
http://source.squeak.org/trunk/NetworkTests-ar.19.mcz==================== Summary ====================
Name: NetworkTests-ar.19
Author: ar
Time: 1 September 2010, 12:33:28.449 am
UUID: d77514b9-9d54-4543-a286-0a0883ae6bff
Ancestors: NetworkTests-ar.18
Add test for https scheme -> HttpUrl handling.
=============== Diff against NetworkTests-ar.18 ===============
Item was added:
+ ClassTestCase subclass: #HttpUrlTest
+ instanceVariableNames: ''
+ classVariableNames: ''
+ poolDictionaries: ''
+ category: 'NetworkTests-Url'!
Item was added:
+ ----- Method: HttpUrlTest>>testHttps (in category 'as yet unclassified') -----
+ testHttps
+ self assert: '
https://encrypted.google.com' asUrl class == HttpUrl!