Changeset [926bcc6c66bc1e0fed384ed9896380987f7af7e7] by snusnu

May 12th, 2009 @ 09:35 PM

extracted silence_stream into its own file under webrat/selenium

I don't think silence_stream.rb should be stored under core_extensions, because the way it's implemented, it simply is no core extension. Also, a grep through webrat source shows that silence_stream is only used inside the selenium support. This is why I added webrat/selenium/silence_stream.rb and require it before all other selenium related files in webrat/selenium.rb. It's necessary to include it this early, because if mode is set to :selenium, webrat/selenium.rb is required, which in turn requires webrat/selenium/selenium_session.rb and silence_stream must be available before selenium_session gets required because selenium_session already wants to silence the stream. http://github.com/brynary/webrat...

Committed by snusnu

  • M lib/webrat/core/configuration.rb
  • M lib/webrat/selenium.rb
  • M lib/webrat/selenium/application_server.rb
  • M lib/webrat/selenium/selenium_rc_server.rb
  • M lib/webrat/selenium/selenium_session.rb
  • M lib/webrat/selenium/silence_stream.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Ruby Acceptance Testing for Web applications.

Shared Ticket Bins