Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / src / core / test / unit / specs.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2   "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4     <head>
5         <script type="text/javascript" src="bootstrap.js"></script>
6         <script type="text/javascript">
7              Ext.require('*');
8              Ext.onReady(function() {
9                 ExtBootstrap.loadSpecs(function(){
10                      if (parent && parent.Test) {
11                         jasmine.getEnv().addReporter(parent.Test.SandBox.reporter);
12                      }
13                      jasmine.getEnv().execute();
14                 });
15              });
16         </script>
17     </head>
18     <body></body>
19 </html>