Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #11553 (new enhancement)

Opened 1 month ago

[PATCH] Fix test reporting error in javascript_test

Reported by: kjeldahl Assigned to: core
Priority: normal Milestone: 2.x
Component: Plugins Version: edge
Severity: normal Keywords: javascript_test
Cc:

Description

After the update to prototype/unittest.js version 1.6.0.1 the report sent to the webserver is more detailed and the test script failed to determine the state of the test.

This patch solves the problem by looking at the submitted data and setting the outcome to SUCCESS or FAILED as appropriate.

Attachments

fixed_reporting_error.diff (0.6 kB) - added by kjeldahl on 04/08/08 09:22:53.

Change History

04/08/08 09:22:53 changed by kjeldahl

  • attachment fixed_reporting_error.diff added.