Changeset 201

Show
Ignore:
Timestamp:
08/01/08 11:56:46 (4 months ago)
Author:
pwh
Message:
  • Amend device administration controller test to take in to account new routing.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nethorus/test/functional/device_admin_controller_test.rb

    r169 r201  
    3636 
    3737    assert_routing 'admin/device', { :controller => 'device_admin', :action => 'index' } 
    38     assert_routing 'admin/device/1', { :controller => 'device_admin', :action => 'edit', :device_id => '1' } 
     38    assert_routing 'admin/device/1/edit', { :controller => 'device_admin', :action => 'edit', :device_id => '1' } 
    3939 
    4040  end