You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Michiel Leegwater (JIRA)" <ji...@apache.org> on 2010/11/08 09:47:12 UTC

[jira] Created: (WICKET-3152) Wicket tester should allow testing for enabled/disabled status and for fields being required.

Wicket tester should allow testing for enabled/disabled status and for fields being required.
---------------------------------------------------------------------------------------------

                 Key: WICKET-3152
                 URL: https://issues.apache.org/jira/browse/WICKET-3152
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.4.13, 1.4.12
            Reporter: Michiel Leegwater
            Priority: Minor


assertVisible is present, but assertEnabled is not. Likewise for assertDisabled and assertRequired. Refer to patch which will be attached.

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


[jira] Commented: (WICKET-3152) Wicket tester should allow testing for enabled/disabled status and for fields being required.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934261#action_12934261 ] 

Hudson commented on WICKET-3152:
--------------------------------

Integrated in Apache Wicket 1.4.x #282 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/282/])
    WICKET-3152 Wicket tester should allow testing for enabled/disabled status and for fields being required.

Add assertions for enabled/disabled component and required form component

merge r1037420 from trunk (1.5.x)


> Wicket tester should allow testing for enabled/disabled status and for fields being required.
> ---------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3152
>                 URL: https://issues.apache.org/jira/browse/WICKET-3152
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.12, 1.4.13
>            Reporter: Michiel Leegwater
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.4.14, 1.5-M4
>
>         Attachments: patch.txt
>
>
> assertVisible is present, but assertEnabled is not. Likewise for assertDisabled and assertRequired. Refer to patch which will be attached.

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


[jira] Assigned: (WICKET-3152) Wicket tester should allow testing for enabled/disabled status and for fields being required.

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-3152:
---------------------------------------

    Assignee: Martin Grigorov

> Wicket tester should allow testing for enabled/disabled status and for fields being required.
> ---------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3152
>                 URL: https://issues.apache.org/jira/browse/WICKET-3152
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.12, 1.4.13
>            Reporter: Michiel Leegwater
>            Assignee: Martin Grigorov
>            Priority: Minor
>         Attachments: patch.txt
>
>
> assertVisible is present, but assertEnabled is not. Likewise for assertDisabled and assertRequired. Refer to patch which will be attached.

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


[jira] Updated: (WICKET-3152) Wicket tester should allow testing for enabled/disabled status and for fields being required.

Posted by "Michiel Leegwater (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michiel Leegwater updated WICKET-3152:
--------------------------------------

    Attachment: patch.txt

Attached basic implementation of the functionality described in this ticket.

> Wicket tester should allow testing for enabled/disabled status and for fields being required.
> ---------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3152
>                 URL: https://issues.apache.org/jira/browse/WICKET-3152
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.12, 1.4.13
>            Reporter: Michiel Leegwater
>            Priority: Minor
>         Attachments: patch.txt
>
>
> assertVisible is present, but assertEnabled is not. Likewise for assertDisabled and assertRequired. Refer to patch which will be attached.

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


[jira] Resolved: (WICKET-3152) Wicket tester should allow testing for enabled/disabled status and for fields being required.

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3152.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
                   1.4.14

Added in 1.4.x with r1037425 and in trunk with r1037420

> Wicket tester should allow testing for enabled/disabled status and for fields being required.
> ---------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3152
>                 URL: https://issues.apache.org/jira/browse/WICKET-3152
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.12, 1.4.13
>            Reporter: Michiel Leegwater
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.4.14, 1.5-M4
>
>         Attachments: patch.txt
>
>
> assertVisible is present, but assertEnabled is not. Likewise for assertDisabled and assertRequired. Refer to patch which will be attached.

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