Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / build / tests / indexes.json
1 [{
2    title: 'Ext 4 + Core + Platform',
3    tpl: 'tests/ext4.tpl',
4    destination: '../test/unit/index.html',
5    sources: 'sdk.jsb3',
6    srcReplace: ['', '../'],
7    packages: [
8        'Foundation',
9        'Extras',
10        'DOM',
11        'Classes'
12    ],
13    specPaths: [
14       '../../platform/core/test/unit/spec', 
15       '../../platform/test/unit/spec',
16       '../test/unit/spec'
17    ],
18    excludes: ['../../platform/core/test/unit/spec/env/Environment.js'],
19    prepare: {},
20    overrides: {
21        '../../platform/core/src/class/Loader.js' :  '{ type: "js", src: "resources/BlockLoader.js" },\n'
22    }
23 },{
24    title: 'Ext 4 Only',
25    tpl: 'tests/ext4.tpl',
26    destination: '../test/unit/ext4.html',
27    sources: 'sdk.jsb3',
28    srcReplace: ['', '../'],
29    packages: [
30        'Foundation',
31        'Extras',
32        'DOM',
33        'Classes'
34    ],
35    specPaths: [
36       '../../extjs/test/unit/spec'
37    ],
38    excludes: [],
39    prepare: {},
40    overrides: {
41        '../../platform/core/src/class/Loader.js' :  '{ type: "js", src: "resources/BlockLoader.js" },\n'
42    }
43 },{
44    title: 'Core Only',
45    tpl: 'tests/core.tpl',
46    destination: '../../platform/core/test/unit/index.html',
47    sources: 'sdk.jsb3',
48    srcReplace: [/(platform\/core\/)|(\.\.\/test\/unit\/)/,''],
49    packages: [
50        'Foundation',
51        'Extras',
52        'DOM'
53    ],
54    specPaths: [
55       '../../platform/core/test/unit/spec',
56    ],
57    excludes: ['../../platform/core/test/unit/spec/env/Environment.js'],
58    prepare: {},
59    overrides: {
60        '../../platform/core/src/class/Loader.js' :  '{ type: "js", src: "resources/BlockLoader.js" },\n'
61    }
62 },{
63    title: 'Core + Platform',
64    tpl: 'tests/platform.tpl',
65    destination: '../../platform/test/unit/index.html',
66    sources: 'sdk.jsb3',
67    srcReplace: [/(platform\/)|(\.\.\/test\/unit\/)/,''],
68    srcMustMatch: 'platform',
69    packages: [
70        'Foundation',
71        'Extras',
72        'DOM',
73        'Classes'
74    ],
75    specPaths: [
76       '../../platform/core/test/unit/spec', 
77       '../../platform/test/unit/spec'
78    ],
79    excludes: ['../../platform/core/test/unit/spec/env/Environment.js'],
80    prepare: {
81         '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockUtilAnimate.js" },\n',
82    },
83    overrides: {
84        '../../platform/core/src/class/Loader.js' :  '{ type: "js", src: "resources/BlockLoader.js" },\n',
85         '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockComponent.js" },\n',
86         '../../platform/src/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainer.js" },\n',
87         '../../platform/src/panel/AbstractPanel.js': '{ type: "js", src: "resources/MockPanel.js" },\n',
88         '../../platform/src/layout/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainerLayout.js" },\n'
89    }
90 },{
91    title: 'Platform Only',
92    tpl: 'tests/platform.tpl',
93    destination: '../../platform/test/unit/platform.html',
94    sources: 'sdk.jsb3',
95    srcReplace: [/(platform\/)|(\.\.\/test\/unit\/)/,''],
96    srcMustMatch: 'platform',
97    packages: [
98        'Foundation',
99        'Extras',
100        'DOM',
101        'Classes'
102    ],
103    specPaths: [
104       '../../platform/test/unit/spec'
105    ],
106    excludes: ['../../platform/core/test/unit/spec/env/Environment.js'],
107    prepare: {
108         '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockUtilAnimate.js" },\n',
109    },
110    overrides: {
111        '../../platform/core/src/class/Loader.js' :  '{ type: "js", src: "resources/BlockLoader.js" },\n',
112         '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockComponent.js" },\n',
113         '../../platform/src/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainer.js" },\n',
114         '../../platform/src/panel/AbstractPanel.js': '{ type: "js", src: "resources/MockPanel.js" },\n',
115         '../../platform/src/layout/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainerLayout.js" },\n'
116    }
117 }]