summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-01-18 15:03:29 +0000
committerGo MAEDA <maeda@farend.jp>2022-01-18 15:03:29 +0000
commita5785c8ee69341ed99ff6c4a74dfad0e8b651857 (patch)
treed6fbe94804793a7b1b8d26f6f54445f2d7bd0aaa /test/functional
parent8cc4cff362b6c5ff76c6bf18b4e6778dd08bc81f (diff)
downloadredmine-a5785c8ee69341ed99ff6c4a74dfad0e8b651857.tar.gz
redmine-a5785c8ee69341ed99ff6c4a74dfad0e8b651857.zip
Display source project for cross-project associated revisions for issues (#5242).
Contributed by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21368 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/issues_controller_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb
index 2af871d54..14b4ea19a 100644
--- a/test/functional/issues_controller_test.rb
+++ b/test/functional/issues_controller_test.rb
@@ -2661,6 +2661,7 @@ class IssuesControllerTest < Redmine::ControllerTest
:xhr => true
)
assert_select 'a[href=?]', '/projects/ecookbook/repository/10/revisions/3'
+ assert_select 'div.changeset p', :text => /eCookbook - /
end
def test_show_should_display_watchers