That's a consequence of spec changes. They use to be that way.
I'll update the query tests so they comply with the current spec.
Dave
On 25 Feb 2010, at 10:49, Alexey Zavizionov wrote:
> Hello, list!
>
> I have a question related to QueryPagingTest.testQueryPaging
>
> String query =
> "SELECT cmis:ObjectId, cmis:ObjectTypeId, cmis:Name FROM
> cmis:document " +
> "WHERE IN_FOLDER('" +
> testFolderObject.getObjectId().getStringValue() + "')";
>
> Why are properties' names start with Upper case char?
>
> Regards,
> Alexey.