Skip to content

Commit

Permalink
Version 5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrossello committed Nov 7, 2024
1 parent 5ad118f commit c7cf851
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Redmine plugin for Plugin Testsuites
# Copyright (C) 2018-2023 Massimo Rossello
# Copyright (C) 2018- Massimo Rossello
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -45,7 +45,7 @@
redmine_translation_terms: { tilde_greater_than: '5.0.6' },
redmine_base_deface: { version_or_higher: '5.0.6' },
redmine_better_overview: { tilde_greater_than: '5.0.2' },
redmine_extended_watchers: { tilde_greater_than: '5.0.2' },
redmine_extended_watchers: { tilde_greater_than: '5.0.10' },
redmine_pluggable_themes: { tilde_greater_than: '5.0.2' },
redwine: { version: '5.0.10' },
sidebar_hide: { version_or_higher: '5.0.2' }
Expand Down
7 changes: 2 additions & 5 deletions test/functional/watchers_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -498,11 +498,8 @@ def test_autocomplete_with_multiple_objects_from_different_projects
# All users from two projects eCookbook (7) and Private child of eCookbook
# (9) who can see both issues
if Redmine::Plugin.installed? :redmine_extended_watchers
assert_select 'input', :count => 8
assert_select 'input[name=?][value="4"]', 'watcher[user_ids][]'
assert_select 'input[name=?][value="7"]', 'watcher[user_ids][]'
assert_select 'input[name=?][value="9"]', 'watcher[user_ids][]'
assert_select 'input[name=?][value="11"]', 'watcher[user_ids][]'
assert_select 'input', :count => 5
assert_select 'input[name=?][value="3"]', 'watcher[user_ids][]'
else
assert_select 'input', :count => 4
end
Expand Down

0 comments on commit c7cf851

Please sign in to comment.