added comment to make sure folks aren't confused as to why one of the test pages is just a redirect

This commit is contained in:
John Bender 2011-08-19 18:41:24 -07:00
parent 66aec28d8a
commit 12391923fc
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- forces the base-tests into a push state disabled run and allows for
the test suite runner to pick it up as a seperate test set. See test/unit/ls.php,
test/unit/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->
<meta http-equiv="refresh" content="0; url='base-tests.html?push-state=false'">
<body>
</body>

View file

@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- forces the base-tests into a push state disabled run and allows for
the test suite runner to pick it up as a seperate test set. See test/unit/ls.php,
test/unit/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->
<meta http-equiv="refresh" content="0; url='./?push-state=false'">
<body>
</body>