diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-04 22:31:38 +0400 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-15 17:46:26 +0400 |
commit | d89c278a3363c80d44dd4601bc0cd79c04532529 (patch) | |
tree | 6be1ca41ecf19baec66fba77d0077a8cce3be891 /test/data/test.php | |
parent | 4d5596e3e412aa19528db12905bf8c09f3bde0ed (diff) | |
download | jquery-d89c278a3363c80d44dd4601bc0cd79c04532529.tar.gz jquery-d89c278a3363c80d44dd4601bc0cd79c04532529.zip |
Tests: Fix failing ajax tests in oldIE
Diffstat (limited to 'test/data/test.php')
-rw-r--r-- | test/data/test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/test.php b/test/data/test.php index 3d08f3253..d93dafad8 100644 --- a/test/data/test.php +++ b/test/data/test.php @@ -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
\ No newline at end of file +<script src="data/testbar.php?<?php srand(); echo time() . '' . rand(); ?>"></script> +blabla |