Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-3913

WicketTester doesn't changes from panel to page

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5-RC5.1
    • 1.5-RC6
    • wicket
    • None
    • Maven, Eclipse Helios

    Description

      I have a small panel with a form. The form sends a response to another page (not panel), when submitted.

      I want to test the panel using WicketTester.startPanel():

      @Test
      public void testCreateStandardMessage()

      { tester.startPanel(NavigationHeaderPanel.class); tester.clickLink("navigationHeader:createNewStandardMessage"); tester.assertRenderedPage(ComposeMailPage.class); tester.assertLabel("createForm:stampLabel", "Standard"); }

      I got an error on the last line:

      junit.framework.AssertionFailedError: path: 'testObject:createForm:stampLabel' does not exist for page: ComposeMailPage

      As you see, WicketTester still prefixes the path with "testObject:", which shouldn't be for the response page. The path to the label ("createForm:stampLabel") itself is right for the page.

      The same was working in Wicket 1.4.x

      Attachments

        Issue Links

          Activity

            People

              mgrigorov Martin Tzvetanov Grigorov
              ktotut Ruslan Shyposha
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: