summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-04-03 05:49:16 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-04-03 05:49:16 +0000
commitdf347c5c017d50a503c4c0b630fd45bb77452b44 (patch)
tree3156226d98c921b3e86021cce93caac50d59b366 /test/integration
parent3701f0cd5fdcd0d43e2ba3def031326bef53570a (diff)
downloadredmine-df347c5c017d50a503c4c0b630fd45bb77452b44.tar.gz
redmine-df347c5c017d50a503c4c0b630fd45bb77452b44.zip
Restore timestamp in asset paths (#24617).
Patch by Hiroshi Shirosaki. git-svn-id: http://svn.redmine.org/redmine/trunk@16448 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/layout_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/layout_test.rb b/test/integration/layout_test.rb
index 2fcf6dab6..1fe1a355e 100644
--- a/test/integration/layout_test.rb
+++ b/test/integration/layout_test.rb
@@ -63,7 +63,7 @@ class LayoutTest < Redmine::IntegrationTest
Role.anonymous.add_permission! :add_issues
get '/projects/ecookbook/issues/new'
- assert_select 'head script[src=?]', '/javascripts/jstoolbar/jstoolbar-textile.min.js'
+ assert_select 'head script[src^=?]', '/javascripts/jstoolbar/jstoolbar-textile.min.js?'
end
def test_calendar_header_tags