You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Ulrich Stärk (JIRA)" <ji...@apache.org> on 2010/03/01 14:24:05 UTC

[jira] Updated: (TAP5-1033) upgrade selenium dependencies to 1.0.3

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

Ulrich Stärk updated TAP5-1033:
-------------------------------

         Fix Version/s: 5.2.0
              Assignee: Ulrich Stärk
    Remaining Estimate: 0h
     Original Estimate: 0h

The failing tests came from Selenium evaluating the HTTP status code (since 1.0.2). The failing tests were tests checking for some content on error reporting pages which return a status code of 500. I modified AbstractIntegrationTestSuite to mimick 1.0.1 behaviour, i.e. ignore the status code, and modified the tests extending SeleniumTestCase to ignore the status code when checking something on error reporting pages.

> upgrade selenium dependencies to 1.0.3
> --------------------------------------
>
>                 Key: TAP5-1033
>                 URL: https://issues.apache.org/jira/browse/TAP5-1033
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-test
>    Affects Versions: 5.2
>            Reporter: Ulrich Stärk
>            Assignee: Ulrich Stärk
>            Priority: Minor
>             Fix For: 5.2.0
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> The current selenium version (1.0.1) doesn't support Firefox 3.6. 1.0.3 does.

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