Fix #4412: Updated jQuery version from 3.1.0 to 3.2.1

This commit is contained in:
Takeshi KOMIYA 2018-01-19 01:35:14 +09:00
parent 2398bc9f77
commit 357fba4467
4 changed files with 481 additions and 302 deletions

View File

@ -17,7 +17,7 @@ Bugs fixed
---------- ----------
* #1922: html search: Upper characters problem in French * #1922: html search: Upper characters problem in French
* #4412: Updated jQuery version from 3.1.0 to 3.2.1
Testing Testing
-------- --------

File diff suppressed because one or more lines are too long

View File

@ -69,7 +69,7 @@ def test_js_source(app, status, warning):
app.builder.build(['contents']) app.builder.build(['contents'])
v = '3.1.0' v = '3.2.1'
msg = 'jquery.js version does not match to {v}'.format(v=v) msg = 'jquery.js version does not match to {v}'.format(v=v)
jquery_min = (app.outdir / '_static' / 'jquery.js').text() jquery_min = (app.outdir / '_static' / 'jquery.js').text()
assert 'jQuery v{v}'.format(v=v) in jquery_min, msg assert 'jQuery v{v}'.format(v=v) in jquery_min, msg