Refactored test suite to allow async tests (use stop() before starting an async request, use start() when finished), added test for bug #164
This commit is contained in:
parent
4dcbfc92c3
commit
b0c3711d3e
6 changed files with 190 additions and 127 deletions
|
@ -1,7 +1,7 @@
|
|||
<html id="html">
|
||||
<head>
|
||||
<script type="text/javascript" src="../dist/jquery.js"></script>
|
||||
<script type="text/javascript" src="testrunner.js"></script>
|
||||
<script type="text/javascript" src="data/testrunner.js"></script>
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
runTest(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue