Moved the test directory.
This commit is contained in:
parent
0cd3821ac2
commit
e943090a72
18 changed files with 28 additions and 7 deletions
|
@ -1,30 +0,0 @@
|
|||
<html id="html">
|
||||
<head>
|
||||
<script type="text/javascript" src="../lib/Test/Builder.js"></script>
|
||||
<script type="text/javascript" src="../lib/Test/More.js"></script>
|
||||
<script type="text/javascript" src="../lib/test.js"></script>
|
||||
<script type="text/javascript" src="../../jquery/jquery-svn.js"></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<h1>Test for Prerequisites</h1>
|
||||
|
||||
<pre id="test"><script>
|
||||
plan({tests: 11});
|
||||
|
||||
ok( Array.prototype.push, "Array.push()" );
|
||||
ok( Function.prototype.apply, "Function.apply()" );
|
||||
ok( document.getElementById, "getElementById" );
|
||||
ok( document.getElementsByTagName, "getElementsByTagName" );
|
||||
ok( RegExp, "RegExp" );
|
||||
|
||||
ok( jQuery, "jQuery" );
|
||||
ok( $, "$()" );
|
||||
|
||||
ok( $.find, "Select" );
|
||||
ok( $.filter, "filter()" );
|
||||
|
||||
ok( $.event.add, "addEvent" );
|
||||
ok( $.event.remove, "removeEvent" );
|
||||
</script></pre>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue