[web/test] Update mock ajax reply from "render" ajaxfunc
authorRémi Cardona <remi.cardona@logilab.fr>
Wed, 13 May 2015 16:27:12 +0200
changeset 10414 eaf42d452410
parent 10413 22a89d0f4143
child 10415 78d8a49a46b6
[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.
web/test/jstests/ajax_url1.html
--- 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>