You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2007/02/16 15:31:05 UTC

[jira] Resolved: (JCR-747) TCK: observation tests are too restrictive

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

Marcel Reutegger resolved JCR-747.
----------------------------------

    Resolution: Fixed

Fixed in svn revision: 508421

> TCK: observation tests are too restrictive
> ------------------------------------------
>
>                 Key: JCR-747
>                 URL: https://issues.apache.org/jira/browse/JCR-747
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: JCR TCK
>    Affects Versions: 1.0
>            Reporter: Marcel Reutegger
>            Priority: Minor
>
> The basic sequence in all observation tests is:
> 1) add listener
> 2) modify workspace
> 3) remove listener
> 4) wait for events on listener
> This sequence forces an implementation to maintain a logical order for listener registrations and content changes. In the light of the asynchronous nature of observation events this seems too restrictive for certain implementations.
> The sequence should be changed to:
> 1) add listener
> 2) modify workspace
> 3) wait for events on listener
> 4) remove listener
> Which is also more intuitive from a user perspective.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.