testfunc/test/jstests/test_utils.html
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 21 Mar 2013 16:52:13 +0100
branchstable
changeset 8758 3a0d91237e2c
parent 7363 2293c49b290a
permissions -rw-r--r--
[devtools] fix a couple issues with xvfb-run xvfb-run didn't quite clean up correctly after itself, because: - dash doesn't run EXIT traps on signals - if we don't run the command in the background, a TERM handler doesn't run until the command exits

<html>
  <head>
    <script type="text/javascript" src="../../data/jquery.js"></script>
    <script src="../../data/jquery.corner.js" type="text/javascript"></script>
    <script src="../../data/cubicweb.js" type="text/javascript"></script>
    <script src="../../data/cubicweb.python.js" type="text/javascript"></script>
    <script src="../../data/cubicweb.compat.js" type="text/javascript"></script>
    <script src="utils.js" type="text/javascript"></script>
    <script type="text/javascript" src="qunit.js"></script>
    <link rel="stylesheet" type="text/css" media="all" href="qunit.css" />
    <script src="cwmock.js" type="text/javascript"></script>
    <script src="test_utils.js" type="text/javascript"></script>
  </head>
  <body>
    <div id="main">
    </div>
    <h1 id="qunit-header">cw.utils functions tests</h1>
    <h2 id="qunit-banner"></h2>
    <h2 id="qunit-userAgent"></h2>
    <ol id="qunit-tests">
  </body>
</html>