Forgot to say there's a JIRA component named 'tck'.

On 25 Feb 2010, at 18:10, David Caruana wrote:

> That's a consequence of spec changes. This test hasn't been updated. Will fix.
> 
> By the way, it's great you're testing the tests. To make life simpler can you 
> raise JIRA entries for future issues, so we can more easily track them.
> 
> Regards,
> Dave
> 
> 
> On 25 Feb 2010, at 17:59, Alexey Zavizionov wrote:
> 
>> Hello, list!
>> 
>> Why do you use a PATCH method to update of private working copy?
>> 
>> === code of HttpClientConnection.executeRequest===
>>       } else if (method.equalsIgnoreCase("PATCH")) {
>>           HttpClientPatchMethod post = new
>> HttpClientPatchMethod(req.getFullUri());
>>           post.setRequestEntity(new ByteArrayRequestEntity(req.getBody(),
>> req.getType()));
>> ============================================
>> HttpClientConnection.executeRequest(Request) line: 65
>> CMISClient.executeRequest(Request, int, int) line: 509
>> CMISClient.executeRequest(Request, int) line: 490
>> VersionsTest.testCheckIn() line: 216
>> 
>> 
>> Regards,
>> Alexey.
> 

Reply via email to