Tests: Fix failing ajax tests in oldIE

This commit is contained in:
Oleg Gaidarenko
2014-04-04 22:31:38 +04:00
parent 4d5596e3e4
commit d89c278a33
5 changed files with 18 additions and 14 deletions

View File

@@ -3,5 +3,5 @@ html text<br/>
testFoo = "foo"; jQuery('#foo').html('foo');
ok( true, "test.html executed" );
/* ]]> */</script>
<script src="data/test.js"></script>
<script src="data/testbar.php"></script>
blabla

View File

@@ -3,5 +3,5 @@ html text<br/>
testFoo = "foo"; jQuery('#foo').html('foo');
ok( true, "test.php executed" );
/* ]]> */</script>
<script src="data/test.js?<?php srand(); echo time() . '' . rand(); ?>"></script>
blabla
<script src="data/testbar.php?<?php srand(); echo time() . '' . rand(); ?>"></script>
blabla

View File

@@ -1,3 +1,3 @@
this.testBar = "bar";
jQuery("#ap").html("bar");
ok( true, "test.js executed");
ok( true, "testbar.php executed");