2008-11-30 02:12:55 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Jasmine Tests</title>
|
|
|
|
<script type="text/javascript" src="prototype-1.6.0.3.js"></script>
|
|
|
|
<script type="text/javascript" src="../lib/jasmine.js"></script>
|
2008-12-04 18:56:58 +00:00
|
|
|
<script type="text/javascript" src="../lib/json_reporter.js"></script>
|
2008-12-04 01:11:05 +00:00
|
|
|
<link type="text/css" rel="stylesheet" href="../lib/jasmine.css"/>
|
2008-11-30 02:12:55 +00:00
|
|
|
<script type="text/javascript" src="bootstrap.js"></script>
|
|
|
|
</head>
|
|
|
|
<body onLoad="runTests();">
|
|
|
|
<h1>
|
|
|
|
Running all Jasmine Test Suites
|
|
|
|
</h1>
|
2008-12-01 22:24:13 +00:00
|
|
|
<div id="icon_wrapper">
|
|
|
|
<span id="icons"></span>
|
2008-12-04 00:23:17 +00:00
|
|
|
<img id="spinner" src="../images/spinner.gif" alt="" />
|
2008-11-30 02:12:55 +00:00
|
|
|
</div>
|
|
|
|
<div id="report">
|
|
|
|
<div id="results_summary" style="display:none;">
|
|
|
|
<h2>Summary</h2>
|
|
|
|
</div>
|
2008-12-01 20:26:12 +00:00
|
|
|
<div id="fails" style="display:none;">
|
|
|
|
<h2 id="fails_header">Failure Messages</h2>
|
2008-11-30 02:12:55 +00:00
|
|
|
<div id="fail_messages"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2008-12-04 19:43:22 +00:00
|
|
|
<div style="display:none" id="json_reporter_results"></div>
|
2008-11-30 02:12:55 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|