X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/build/tests/indexes.json diff --git a/build/tests/indexes.json b/build/tests/indexes.json deleted file mode 100644 index 9d458300..00000000 --- a/build/tests/indexes.json +++ /dev/null @@ -1,117 +0,0 @@ -[{ - title: 'Ext 4 + Core + Platform', - tpl: 'tests/ext4.tpl', - destination: '../test/unit/index.html', - sources: 'sdk.jsb3', - srcReplace: ['', '../'], - packages: [ - 'Foundation', - 'Extras', - 'DOM', - 'Classes' - ], - specPaths: [ - '../../platform/core/test/unit/spec', - '../../platform/test/unit/spec', - '../test/unit/spec' - ], - excludes: ['../../platform/core/test/unit/spec/env/Environment.js'], - prepare: {}, - overrides: { - '../../platform/core/src/class/Loader.js' : '{ type: "js", src: "resources/BlockLoader.js" },\n' - } -},{ - title: 'Ext 4 Only', - tpl: 'tests/ext4.tpl', - destination: '../test/unit/ext4.html', - sources: 'sdk.jsb3', - srcReplace: ['', '../'], - packages: [ - 'Foundation', - 'Extras', - 'DOM', - 'Classes' - ], - specPaths: [ - '../../extjs/test/unit/spec' - ], - excludes: [], - prepare: {}, - overrides: { - '../../platform/core/src/class/Loader.js' : '{ type: "js", src: "resources/BlockLoader.js" },\n' - } -},{ - title: 'Core Only', - tpl: 'tests/core.tpl', - destination: '../../platform/core/test/unit/index.html', - sources: 'sdk.jsb3', - srcReplace: [/(platform\/core\/)|(\.\.\/test\/unit\/)/,''], - packages: [ - 'Foundation', - 'Extras', - 'DOM' - ], - specPaths: [ - '../../platform/core/test/unit/spec', - ], - excludes: ['../../platform/core/test/unit/spec/env/Environment.js'], - prepare: {}, - overrides: { - '../../platform/core/src/class/Loader.js' : '{ type: "js", src: "resources/BlockLoader.js" },\n' - } -},{ - title: 'Core + Platform', - tpl: 'tests/platform.tpl', - destination: '../../platform/test/unit/index.html', - sources: 'sdk.jsb3', - srcReplace: [/(platform\/)|(\.\.\/test\/unit\/)/,''], - srcMustMatch: 'platform', - packages: [ - 'Foundation', - 'Extras', - 'DOM', - 'Classes' - ], - specPaths: [ - '../../platform/core/test/unit/spec', - '../../platform/test/unit/spec' - ], - excludes: ['../../platform/core/test/unit/spec/env/Environment.js'], - prepare: { - '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockUtilAnimate.js" },\n', - }, - overrides: { - '../../platform/core/src/class/Loader.js' : '{ type: "js", src: "resources/BlockLoader.js" },\n', - '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockComponent.js" },\n', - '../../platform/src/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainer.js" },\n', - '../../platform/src/panel/AbstractPanel.js': '{ type: "js", src: "resources/MockPanel.js" },\n', - '../../platform/src/layout/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainerLayout.js" },\n' - } -},{ - title: 'Platform Only', - tpl: 'tests/platform.tpl', - destination: '../../platform/test/unit/platform.html', - sources: 'sdk.jsb3', - srcReplace: [/(platform\/)|(\.\.\/test\/unit\/)/,''], - srcMustMatch: 'platform', - packages: [ - 'Foundation', - 'Extras', - 'DOM', - 'Classes' - ], - specPaths: [ - '../../platform/test/unit/spec' - ], - excludes: ['../../platform/core/test/unit/spec/env/Environment.js'], - prepare: { - '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockUtilAnimate.js" },\n', - }, - overrides: { - '../../platform/core/src/class/Loader.js' : '{ type: "js", src: "resources/BlockLoader.js" },\n', - '../../platform/src/AbstractComponent.js': '{ type: "js", src: "resources/MockComponent.js" },\n', - '../../platform/src/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainer.js" },\n', - '../../platform/src/panel/AbstractPanel.js': '{ type: "js", src: "resources/MockPanel.js" },\n', - '../../platform/src/layout/container/AbstractContainer.js': '{ type: "js", src: "resources/MockContainerLayout.js" },\n' - } -}] \ No newline at end of file