--- a/devtools/qunit.py Thu Jul 08 18:59:42 2010 +0200
+++ b/devtools/qunit.py Thu Jul 08 19:18:56 2010 +0200
@@ -273,6 +273,7 @@
<!-- JS lib used as testing framework -->
<link rel="stylesheet" type="text/css" media="all" href="%(web_test)s/qunit.css" />
<script src="%(web_data)s/jquery.js" type="text/javascript"></script>
+ <script src="%(web_test)s/cwmock.js" type="text/javascript"></script>
<script src="%(web_test)s/qunit.js" type="text/javascript"></script>'''
% data]
if server_data is not None: