[squeak-dev] The Trunk: NetworkTests-ar.19.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Sep 1 07:33:42 UTC 2010


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!




More information about the Squeak-dev mailing list