Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / build / tests / ext4.tpl
diff --git a/build/tests/ext4.tpl b/build/tests/ext4.tpl
new file mode 100644 (file)
index 0000000..5c51b8c
--- /dev/null
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+  "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+    <head>
+        <title>_TITLE_</title>
+        <link rel="stylesheet" type="text/css" href="../../../testreporter/deploy/testreporter/resources/reporter.css">
+        <script type="text/javascript" src="../../../testreporter/deploy/testreporter/reporter.js"></script>
+    </head>
+    <body>
+        <script type="text/javascript">
+                Test.SandBox.setup({
+                    includes: [{ type: "js", src: "../../../testreporter/deploy/testreporter/jasmine.js" },
+                               { type: "css", src: "../../resources/css/ext-all.css" },
+_INCLUDES_
+                });
+
+        </script>
+    </body>
+</html>