Comment #3 on issue 3872 by [email protected]: [Failing Test] 1.3 HttpUrlTest.testHttps
http://code.google.com/p/pharo/issues/detail?id=3872
The current implementation allows only one schemeName/urlClass.Simple solution: Introduce a subclass of HttpUrl HttpsUrl returning 'https' as schemeName, and change the test to
testHttps
self assert: 'https://encrypted.google.com' asUrl class == HttpsUrl
