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

Changeset 4161

Show
Ignore:
Timestamp:
04/04/06 20:16:29 (3 years ago)
Author:
minam
Message:

Delegate xml_http_request in integration tests to the session instance.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/CHANGELOG

    r4158 r4161  
    11*SVN* 
     2 
     3* Delegate xml_http_request in integration tests to the session instance. [Jamis Buck] 
    24 
    35* Update the diagnostics template skip the useless '<controller not set>' text. [Nicholas Seckar] 
  • trunk/actionpack/lib/action_controller/integration.rb

    r4079 r4161  
    465465    end 
    466466 
    467     %w(get post cookies assigns).each do |method| 
     467    %w(get post cookies assigns xml_http_request).each do |method| 
    468468      define_method(method) do |*args| 
    469469        reset! unless @integration_session