The Trunk: NetworkTests-ar.19.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: NetworkTests-ar.19.mcz

commits-2
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!