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

Ticket #11552 (new enhancement)

Opened 1 month ago

[PATCH] Added support for cygwin and safari on windows to javascript_test

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

Description

I have added support for running javascript_test in cygwin. The patch also enables tests using Safari on Windows and cygwin.

Unfortunately I needed to add a conditionally sleep to the javascript_test_test.rb to make the test work on cygwin/windows. Apparently the server port is not released right away.

Attachments

added_support_for_cygwin.diff (2.2 kB) - added by kjeldahl on 04/08/08 09:16:01.
Patch for adding support for cygwin to javascript_test

Change History

04/08/08 09:16:01 changed by kjeldahl

  • attachment added_support_for_cygwin.diff added.

Patch for adding support for cygwin to javascript_test