April 15, 2011
10:18 a.m.
Comment #3 on issue 3872 by step...@stack.nl: [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