fix testing for jQuery-1.11.1

This commit is contained in:
Takayuki Shimizukawa 2014-10-09 00:56:26 +09:00
parent c608af4bab
commit ab91342bb1

View File

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