You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Michael Bouschen (JIRA)" <ji...@apache.org> on 2016/06/12 19:40:20 UTC

[jira] [Updated] (JDO-754) Add more logical complement operator JDOQL query tests

     [ https://issues.apache.org/jira/browse/JDO-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Bouschen updated JDO-754:
---------------------------------
    Attachment: JDO-754.patch

Attached you find a patch JDO-754.patch adding more test methods using logical complement operator ! with binary operators and with null checks.

> Add more logical complement operator JDOQL query tests 
> -------------------------------------------------------
>
>                 Key: JDO-754
>                 URL: https://issues.apache.org/jira/browse/JDO-754
>             Project: JDO
>          Issue Type: Task
>          Components: tck
>    Affects Versions: JDO 3.1
>            Reporter: Michael Bouschen
>            Assignee: Michael Bouschen
>             Fix For: JDO 3.2
>
>         Attachments: JDO-754.patch
>
>
> Possible test scenarios:
> !(field != value)
> !(field != null)
> !!(field != value)
> !!(field != null)
> !!!(field != value)
> !!!(field != null)



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