You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/08/06 14:01:17 UTC

[jira] [Commented] (WICKET-5665) WicketTester#assertComponentOnAjaxResponse() cannot test invisible components

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

ASF subversion and git services commented on WICKET-5665:
---------------------------------------------------------

Commit b25171c2ab17af6a6955d45f702daaabc396d8f1 in wicket's branch refs/heads/wicket-6.x from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=b25171c ]

WICKET-5665 WicketTester#assertComponentOnAjaxResponse() cannot test invisible components


> WicketTester#assertComponentOnAjaxResponse() cannot test invisible components
> -----------------------------------------------------------------------------
>
>                 Key: WICKET-5665
>                 URL: https://issues.apache.org/jira/browse/WICKET-5665
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket
>    Affects Versions: 6.16.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>
> org.apache.wicket.util.tester.WicketTester#assertComponentOnAjaxResponse(java.lang.String) uses org.apache.wicket.util.tester.BaseWicketTester#getComponentFromLastRenderedPage(java.lang.String, true) to get the component and because of the second parameter being "true" it fails to find it.
> It should use "false" to be able to find components with outputMarkupPlaceholder = true too.



--
This message was sent by Atlassian JIRA
(v6.2#6252)