testrunner: Putting back the global variables used for ajax tests. I added many calls to delete though. The global namespace must be cleaned up before calling start() again.

This commit is contained in:
Ariel Flesler 2009-01-10 00:16:48 +00:00
parent d62875fb01
commit afb05081c0
6 changed files with 54 additions and 30 deletions

View file

@ -1,6 +1,6 @@
html text<br/>
<script type="text/javascript">/* <![CDATA[ */
jQuery.testFoo = "foo"; jQuery('#foo').html('foo');
testFoo = "foo"; jQuery('#foo').html('foo');
ok( true, "test.html executed" );
/* ]]> */</script>
<script src="data/test.js"></script>