updated the test harness template to fit the tabbrowser.js

This commit is contained in:
Jeremy Wall 2009-01-02 20:16:54 -06:00
parent 6f67cc1463
commit 0464ac9462

View File

@ -47,11 +47,5 @@
var results = [];
</script>
<script type="text/javascript" src="../ext/Test/TAPBrowser.js"></script>
<script type="text/javascript">
window.onload = function() {
var browser = new Test.TAPBrowser(".", tests);
browser.run();
};
</script>
</body>
</html>