[squeak-dev] LocaleTest testIsFontAVailable

Levente Uzonyi leves at caesar.elte.hu
Fri Mar 17 16:57:25 UTC 2017


Well, metatoys.org has been inaccessible lately. Other tests are failing 
because of that too.
What's really annoying is that somehow those tests break TestRunner's 
progress bar.

And yes, we should use something we have control over to host those files, 
e.g. files.squeak.org.

Levente

On Fri, 17 Mar 2017, Eliot Miranda wrote:

> Hmph...
> ensureInternetConnectionTo: url 
> 
> "(Smalltalk classNamed: 'WebClient') httpGet: 'http://www.google.com'"
> ((Smalltalk classNamed: 'WebClient') httpGet: url) isSuccess
> ifFalse: [Error signal: 'No internet connection available, but test requires one']
> (Smalltalk classNamed: 'WebClient') httpGet: url WebResponse(HTTP/1.1 403 Forbidden
> date: Fri, 17 Mar 2017 15:28:14 GMT
> server: Apache/2.2.31
> content-length: 206
> content-type: text/html; charset=iso-8859-1
> 
> )
> 
> Can someone please fix this without assuming that the runner of the test has the credentials of a particular person?
> 
> _,,,^..^,,,_
> best, Eliot
> 
>


More information about the Squeak-dev mailing list