On Apr 30, 2013, at 10:30 AM, Sven Van Caekenberghe <s...@stfx.eu> wrote:

> 
> On 30 Apr 2013, at 08:53, no-re...@ci.inria.fr wrote:
> 
>> https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=mac/96/
>> 
>> 1 regressions found.
>> Zinc.Tests.ZnClientTests.testPostMultipart
> 
> This seems like a compiler problem to me: how else could (client := ZnClient 
> new) return a SmallInteger ?
> 

This is a vm bug, I think.

> Error Message
> 
> SmallInteger>>url:
> 
> Stacktrace
> 
> SmallInteger(Object)>>doesNotUnderstand: #url:
> [:server | 
> (client := ZnClient new) url: server localUrl;
>                addPath: 'echo';
>               
>               addPart: (ZnMimePart fieldName: 'username' value: 'john');
>               
>               addPart: (ZnMimePart
>                               fieldName: 'foo'
>                               entity: (ZnEntity text: '123'));
>               
>               addPart: (ZnMimePart fieldName: 'file' fileNamed: filename);
>                post.
>       self assert: client isSuccess.
>       self
>               assert: (client contents includesSubstring: 'multipart')] in 
> ZnClientTests>>testPostMultipart
> BlockClosure>>cull:
> [server start.
>       self assert: server isRunning & server isListening.
>       block cull: server] in ZnClientTests>>withServerDo:
> BlockClosure>>ensure:
> ZnClientTests>>withServerDo:
> ZnClientTests>>testPostMultipart
> ZnClientTests(TestCase)>>performTest
> 
> 


Reply via email to