java/src/messenger/tests/client_side/qunit/index.html

21 lines
751 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Mibew. Unit tests for JavaScript</title>
<link rel="stylesheet" href="qunit.css" type="text/css" />
<script type="text/javascript" src="qunit.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<!-- Start of the mibew_api.js tests -->
<script type="text/javascript" src="/webim/js/164/json2.js"></script>
<script type="text/javascript" src="/webim/js/164/mibewapi.js"></script>
<script type="text/javascript" src="test_cases/mibewapi_tests.js"></script>
<!-- End of the mibew_api.js tests -->
</body>
</html>