mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 22:36:02 +01:00
Make languages in Highlighted code button in toolbar customizable (#32528).
Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19429 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -66,6 +66,7 @@ class LayoutTest < Redmine::IntegrationTest
|
||||
|
||||
get '/projects/ecookbook/issues/new'
|
||||
assert_select 'head script[src^=?]', '/javascripts/jstoolbar/jstoolbar.js?'
|
||||
assert_include "var userHlLanguages = #{UserPreference::DEFAULT_TOOLBAR_LANGUAGE_OPTIONS.to_json};", response.body
|
||||
end
|
||||
|
||||
def test_calendar_header_tags
|
||||
|
||||
Reference in New Issue
Block a user