123456789101112131415161718 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <title>Ext 4 - Unit Tests</title>
- <link rel="stylesheet" type="text/css" href="resources/reporter.css">
- <script type="text/javascript" src="reporter.js"></script>
- </head>
- <body>
- <script type="text/javascript">
- Test.SandBox.setup({
- requires: [
- ]
- });
- </script>
- </body>
- </html>
|