First set of automated tests for Dygraphs.
[dygraphs.git] / auto_tests / misc / local.html
CommitLineData
644eff8b
RK
1<!-- A local source file that allows me to test locally. -->
2<html>
3<head>
4<script type="text/javascript" src="../../dygraph-combined.js"></script>
5<script type="text/javascript" src="../../dygraph.js"></script>
6<script type="text/javascript" src="../../dygraph-canvas.js"></script>
7<script type="text/javascript" src="../lib/jquery-1.4.2.js"></script>
8<script type="text/javascript" src="../lib/Asserts.js"></script>
9<script type="text/javascript" src="fake-jstestdriver.js"></script>
10<script type="text/javascript" src="../tests/Proxy.js"></script>
11<script type="text/javascript" src="../tests/CanvasAssertions.js"></script>
12<script type="text/javascript" src="../tests/sanity.js"></script>
13<script type="text/javascript" src="../tests/simple_drawing.js"></script>
14</head>
15<body>
16 <div id='graph'></div>
17 This file is really nothing more than all the tests coalesced into a single
18 HTML file. To run a test, open a Javascript console and execute, for
19 instance,<br>
20 <code>tc = new SimpleDrawingTestCase() ;<br>
21 tc.runTest("testDrawSimpleRangePlusOne")</code>
22</body>
23</html>