summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/repositories_controller_test.rb')
-rw-r--r--test/functional/repositories_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/repositories_controller_test.rb b/test/functional/repositories_controller_test.rb
index 0fc7cfa86..5fec94c37 100644
--- a/test/functional/repositories_controller_test.rb
+++ b/test/functional/repositories_controller_test.rb
@@ -173,7 +173,7 @@ class RepositoriesControllerTest < Redmine::ControllerTest
with_settings :commit_logs_formatting => '0' do
get :revision, :id => 1, :rev => 1
assert_response :success
- assert_select '.changset-comments', :text => 'Simple *text*'
+ assert_select '.changeset-comments', :text => 'Simple *text*'
end
end