Kaynağa Gözat

Fix ThemesTest may fail if a third-party theme having theme.js is installed (#40205).

git-svn-id: https://svn.redmine.org/redmine/trunk@22707 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/149/head
Marius Balteanu 3 ay önce
ebeveyn
işleme
17a0ec4c9a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      test/integration/lib/redmine/themes_test.rb

+ 1
- 1
test/integration/lib/redmine/themes_test.rb Dosyayı Görüntüle

@@ -23,7 +23,7 @@ class ThemesTest < Redmine::IntegrationTest

def setup
Redmine::Themes.rescan
@theme = Redmine::Themes.themes.last
@theme = Redmine::Themes.theme('classic')
Setting.ui_theme = @theme.id
end


Loading…
İptal
Kaydet