You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/15 15:37:05 UTC

[jira] [Commented] (SLING-5153) MockProperty.isMultiple returns always false

    [ https://issues.apache.org/jira/browse/SLING-5153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958912#comment-14958912 ] 

ASF GitHub Bot commented on SLING-5153:
---------------------------------------

GitHub user joelrich opened a pull request:

    https://github.com/apache/sling/pull/107

    SLING-5153 & SLING-5152

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/joelrich/sling SLING-5152_SLING-5153

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sling/pull/107.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #107
    
----
commit d1895318720310d385454d932c37ae66aa5cea9e
Author: Joel Richard <jo...@adobe.com>
Date:   2015-10-15T13:32:18Z

    SLING-5153 - MockProperty.isMultiple returns always false
    
    * Return the same for prop.getDefinition().isMultiple() and prop.isMultiple()

commit 3c9aaf14feca54cfa82251db893d1cb83d355856
Author: Joel Richard <jo...@adobe.com>
Date:   2015-10-15T13:33:30Z

    SLING-5152 - JsonJcrNode and JsonItemWriter should use prop.isMultiple() instead of def.isMultiple()
    
    * Use prop.isMultiple() which is much faster than prop.getDefinition().isMultiple() in Oak

----


> MockProperty.isMultiple returns always false
> --------------------------------------------
>
>                 Key: SLING-5153
>                 URL: https://issues.apache.org/jira/browse/SLING-5153
>             Project: Sling
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: Commons Testing 2.0.18
>            Reporter: Joel Richard
>            Priority: Minor
>             Fix For: Commons Testing 2.0.20
>
>
> property.isMultiple() should return the same as property.getDefinition().isMultiple().



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)