Github user disblader commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/232#discussion_r136863271
  
    --- Diff: 
wicket-core/src/test/java/org/apache/wicket/markup/renderStrategy/ChildFirstHeaderRenderStrategyTest.java
 ---
    @@ -51,6 +57,39 @@ public void test2() throws Exception
        }
     
        /**
    +    * Tests that when a controller of an enclosure is added to the ajax 
target, its header
    +    * contributions reach the response
    +    *
    +    * WICKET-6459
    +    *
    +    */
    +   @Test
    +   public void testAjaxAndEnclosures() throws Exception
    +   {
    +
    +           tester.startPage(SimplePage3.class);
    --- End diff --
    
    I renamed it to `EnclosureAjaxRenderPage`, since it actually tests for both 
regular and inline enclosures 


---

Reply via email to