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

Ticket #11419 (new enhancement)

Opened 3 months ago

[PATCH][javascript_test] allow custom paths for windows+deadlock

Reported by: grosser Assigned to: core
Priority: low Milestone: 2.x
Component: Plugins Version: edge
Severity: minor Keywords:
Cc:

Description

1 since my browsers are not installed in the default location, i had to modify to use it, i used eval for the XBrowser creation part, because it got too repetitive... (using paths was somewhat there, but never useable...)

2 i got a lot of deadlock situations when the browser was not found, or the test did not execute properly, so i changed the trap INT behaviour to allow an exit if everything else fails

3 port is now only defined at one place

Attachments

patch.txt (3.7 kB) - added by grosser on 03/25/08 15:10:30.
patch

Change History

03/25/08 15:10:30 changed by grosser

  • attachment patch.txt added.

patch