Nice ;-)
On 30 Apr 2013, at 10:33, Marcus Denker <marcus.denker@inria.fr> wrote:
>
> On Apr 30, 2013, at 10:30 AM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
>
>>
>> On 30 Apr 2013, at 08:53, no-reply@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
>>
>>
>
>