From ad8b6b50e648537ff5264429223542c3cab01176 Mon Sep 17 00:00:00 2001 From: JoenioCosta Date: Wed, 21 May 2008 20:13:56 +0000 Subject: [PATCH] ActionItem379: oops: fix profile_editor functional test --- test/functional/profile_editor_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/profile_editor_controller_test.rb b/test/functional/profile_editor_controller_test.rb index 3544b2a..5d8a2d3 100644 --- a/test/functional/profile_editor_controller_test.rb +++ b/test/functional/profile_editor_controller_test.rb @@ -74,8 +74,8 @@ class ProfileEditorControllerTest < Test::Unit::TestCase person = create_user('test_user').person get :edit, :profile => 'test_user' assert_response :success - assert_template 'edit_categories' - assert_tag :tag => 'input', :attributes => {:name => 'profile_object[category_ids][]'} + assert_template 'edit' + assert_tag :tag => 'input', :attributes => {:name => 'profile_data[category_ids][]'} end should 'save categorization of profile' do -- libgit2 0.21.2