Patch #31941 » themes_test_fix.patch
| test/integration/lib/redmine/themes_test.rb | ||
|---|---|---|
| 23 | 23 | |
| 24 | 24 |
def setup |
| 25 | 25 |
Redmine::Themes.rescan |
| 26 |
@theme = Redmine::Themes.themes.last
|
|
| 26 |
@theme = Redmine::Themes.theme('alternate')
|
|
| 27 | 27 |
Setting.ui_theme = @theme.id |
| 28 | 28 |
end |
| 29 | 29 | |