Moved the test directory.
This commit is contained in:
parent
0cd3821ac2
commit
e943090a72
18 changed files with 28 additions and 7 deletions
|
@ -1,21 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" src="lib/Test/Harness.js"></script>
|
||||
<script type="text/javascript" src="lib/Test/Harness/Browser.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>jQuery - Test Suite</h1>
|
||||
|
||||
<script type="text/javascript">
|
||||
new Test.Harness.Browser().runTests(
|
||||
"tests/prereq.html",
|
||||
"tests/css1.html",
|
||||
"tests/css2.html",
|
||||
"tests/css3.html",
|
||||
"tests/xpath.html",
|
||||
"tests/custom.html",
|
||||
"tests/basic.html"
|
||||
);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue