[web/test] Update mock ajax reply from "render" ajaxfunc
CubicWeb transforms add_js() calls in AJAX context to <cubicweb:script>
tags since ede740bd7077 and cd5738fc440f. Related to #5533303.
--- a/web/test/jstests/ajax_url1.html Wed May 13 17:49:40 2015 +0200
+++ b/web/test/jstests/ajax_url1.html Wed May 13 16:27:12 2015 +0200
@@ -1,6 +1,6 @@
<div id="ajaxroot">
<div class="ajaxHtmlHead">
- <script src="http://foo.js" type="text/javascript"> </script>
+ <cubicweb:script src="http://foo.js" type="text/javascript"> </cubicweb:script>
</div>
<h1>Hello</h1>
</div>