|
Revision 481, 0.6 kB
(checked in by bob, 3 years ago)
|
reorder tests
|
- Property svn:mime-type set to
text/html
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<html> |
|---|
| 2 |
<head> |
|---|
| 3 |
|
|---|
| 4 |
<script type="text/javascript" src="JSAN.js"></script> |
|---|
| 5 |
</head> |
|---|
| 6 |
<body> |
|---|
| 7 |
<script type="text/javascript"> |
|---|
| 8 |
JSAN.use("Test.Harness.Browser"); |
|---|
| 9 |
Test.Harness.Browser.runTests( |
|---|
| 10 |
'test_MochiKit-Async.html', |
|---|
| 11 |
'test_MochiKit-Base.html', |
|---|
| 12 |
'test_MochiKit-DateTime.html', |
|---|
| 13 |
'test_MochiKit-DOM.html', |
|---|
| 14 |
'test_MochiKit-Format.html', |
|---|
| 15 |
'test_MochiKit-Iter.html', |
|---|
| 16 |
'test_MochiKit-Logging.html', |
|---|
| 17 |
'test_MochiKit-MochiKit.html', |
|---|
| 18 |
'test_MochiKit-Color.html' |
|---|
| 19 |
); |
|---|
| 20 |
</script> |
|---|
| 21 |
</body> |
|---|
| 22 |
</html> |
|---|