loader.js revision 9dae059450bb6954fa548f86779ef90312be74bd
/*
* This file was assembled by ../scripts/build_loader_tests.js
*/
//Generic Async Wait
var count = 0;
return function(data) {
var loaded = false;
var w = function() {
if (count === 1000) {
throw new Error('Async Timer reached 1000 iterations..');
}
count++;
if (!loaded) {
this.wait(w, 10);
}
};
var next = function() {
loaded = true;
};
this.wait(w, 10);
};
};
/*
* !! TESTCASE !! will be replaced with a JSON object by the parent script.
*/
name: "Loader Tests",
"Testing anim": function(data) {
require: ["anim"],
allowRollup: false
});
},
"Testing anim-base": function(data) {
require: ["anim-base"],
allowRollup: false
});
},
"Testing anim-color": function(data) {
require: ["anim-color"],
allowRollup: false
});
},
"Testing anim-curve": function(data) {
require: ["anim-curve"],
allowRollup: false
});
},
"Testing anim-easing": function(data) {
require: ["anim-easing"],
allowRollup: false
});
},
"Testing anim-node-plugin": function(data) {
require: ["anim-node-plugin"],
allowRollup: false
});
},
"Testing anim-scroll": function(data) {
require: ["anim-scroll"],
allowRollup: false
});
},
"Testing anim-xy": function(data) {
require: ["anim-xy"],
allowRollup: false
});
},
"Testing app": function(data) {
require: ["app"],
allowRollup: false
});
},
"Testing arraysort": function(data) {
require: ["arraysort"],
allowRollup: false
});
},
"Testing async-queue": function(data) {
require: ["async-queue"],
allowRollup: false
});
},
"Testing attribute": function(data) {
require: ["attribute"],
allowRollup: false
});
},
"Testing attribute-base": function(data) {
require: ["attribute-base"],
allowRollup: false
});
},
"Testing attribute-complex": function(data) {
require: ["attribute-complex"],
allowRollup: false
});
},
"Testing autocomplete": function(data) {
require: ["autocomplete"],
allowRollup: false
});
},
"Testing autocomplete-base": function(data) {
require: ["autocomplete-base"],
allowRollup: false
});
},
"Testing autocomplete-list": function(data) {
require: ["autocomplete-list"],
allowRollup: false
});
},
"Testing autocomplete-sources": function(data) {
require: ["autocomplete-sources"],
allowRollup: false
});
},
"Testing base": function(data) {
require: ["base"],
allowRollup: false
});
},
"Testing base-base": function(data) {
require: ["base-base"],
allowRollup: false
});
},
"Testing base-build": function(data) {
require: ["base-build"],
allowRollup: false
});
},
"Testing base-pluginhost": function(data) {
require: ["base-pluginhost"],
allowRollup: false
});
},
"Testing cache": function(data) {
require: ["cache"],
allowRollup: false
});
},
"Testing cache-base": function(data) {
require: ["cache-base"],
allowRollup: false
});
},
"Testing cache-offline": function(data) {
require: ["cache-offline"],
allowRollup: false
});
},
"Testing cache-plugin": function(data) {
require: ["cache-plugin"],
allowRollup: false
});
},
"Testing charts": function(data) {
require: ["charts"],
allowRollup: false
});
},
"Testing classnamemanager": function(data) {
require: ["classnamemanager"],
allowRollup: false
});
},
"Testing collection": function(data) {
require: ["collection"],
allowRollup: false
});
},
"Testing array-extras": function(data) {
require: ["array-extras"],
allowRollup: false
});
},
"Testing array-invoke": function(data) {
require: ["array-invoke"],
allowRollup: false
});
},
"Testing arraylist": function(data) {
require: ["arraylist"],
allowRollup: false
});
},
"Testing arraylist-add": function(data) {
require: ["arraylist-add"],
allowRollup: false
});
},
"Testing arraylist-filter": function(data) {
require: ["arraylist-filter"],
allowRollup: false
});
},
"Testing compat": function(data) {
require: ["compat"],
allowRollup: false
});
},
"Testing console": function(data) {
require: ["console"],
allowRollup: false
});
},
"Testing cookie": function(data) {
require: ["cookie"],
allowRollup: false
});
},
"Testing cssbase": function(data) {
require: ["cssbase"],
allowRollup: false
});
},
"Testing cssbase-context": function(data) {
require: ["cssbase-context"],
allowRollup: false
});
},
"Testing cssfonts": function(data) {
require: ["cssfonts"],
allowRollup: false
});
},
"Testing cssfonts-context": function(data) {
require: ["cssfonts-context"],
allowRollup: false
});
},
"Testing cssgrids": function(data) {
require: ["cssgrids"],
allowRollup: false
});
},
"Testing cssgrids-context-deprecated": function(data) {
require: ["cssgrids-context-deprecated"],
allowRollup: false
});
},
"Testing cssgrids-deprecated": function(data) {
require: ["cssgrids-deprecated"],
allowRollup: false
});
},
"Testing cssreset": function(data) {
require: ["cssreset"],
allowRollup: false
});
},
"Testing cssreset-context": function(data) {
require: ["cssreset-context"],
allowRollup: false
});
},
"Testing dataschema": function(data) {
require: ["dataschema"],
allowRollup: false
});
},
"Testing dataschema-array": function(data) {
require: ["dataschema-array"],
allowRollup: false
});
},
"Testing dataschema-base": function(data) {
require: ["dataschema-base"],
allowRollup: false
});
},
"Testing dataschema-json": function(data) {
require: ["dataschema-json"],
allowRollup: false
});
},
"Testing dataschema-text": function(data) {
require: ["dataschema-text"],
allowRollup: false
});
},
"Testing dataschema-xml": function(data) {
require: ["dataschema-xml"],
allowRollup: false
});
},
"Testing datasource": function(data) {
require: ["datasource"],
allowRollup: false
});
},
"Testing datasource-arrayschema": function(data) {
require: ["datasource-arrayschema"],
allowRollup: false
});
},
"Testing datasource-cache": function(data) {
require: ["datasource-cache"],
allowRollup: false
});
},
"Testing datasource-function": function(data) {
require: ["datasource-function"],
allowRollup: false
});
},
"Testing datasource-get": function(data) {
require: ["datasource-get"],
allowRollup: false
});
},
"Testing datasource-io": function(data) {
require: ["datasource-io"],
allowRollup: false
});
},
"Testing datasource-jsonschema": function(data) {
require: ["datasource-jsonschema"],
allowRollup: false
});
},
"Testing datasource-local": function(data) {
require: ["datasource-local"],
allowRollup: false
});
},
"Testing datasource-polling": function(data) {
require: ["datasource-polling"],
allowRollup: false
});
},
"Testing datasource-textschema": function(data) {
require: ["datasource-textschema"],
allowRollup: false
});
},
"Testing datasource-xmlschema": function(data) {
require: ["datasource-xmlschema"],
allowRollup: false
});
},
"Testing datatable": function(data) {
require: ["datatable"],
allowRollup: false
});
},
"Testing datatable-base": function(data) {
require: ["datatable-base"],
allowRollup: false
});
},
"Testing datatable-datasource": function(data) {
require: ["datatable-datasource"],
allowRollup: false
});
},
"Testing datatable-scroll": function(data) {
require: ["datatable-scroll"],
allowRollup: false
});
},
"Testing datatable-sort": function(data) {
require: ["datatable-sort"],
allowRollup: false
});
},
"Testing datatype": function(data) {
require: ["datatype"],
allowRollup: false
});
},
"Testing datatype-date": function(data) {
require: ["datatype-date"],
allowRollup: false
});
},
"Testing datatype-number": function(data) {
require: ["datatype-number"],
allowRollup: false
});
},
"Testing datatype-xml": function(data) {
require: ["datatype-xml"],
allowRollup: false
});
},
"Testing datatype-date-format": function(data) {
require: ["datatype-date-format"],
allowRollup: false
});
},
"Testing dd": function(data) {
require: ["dd"],
allowRollup: false
});
},
"Testing dd-constrain": function(data) {
require: ["dd-constrain"],
allowRollup: false
});
},
"Testing dd-ddm": function(data) {
require: ["dd-ddm"],
allowRollup: false
});
},
"Testing dd-ddm-base": function(data) {
require: ["dd-ddm-base"],
allowRollup: false
});
},
"Testing dd-ddm-drop": function(data) {
require: ["dd-ddm-drop"],
allowRollup: false
});
},
"Testing dd-delegate": function(data) {
require: ["dd-delegate"],
allowRollup: false
});
},
"Testing dd-drag": function(data) {
require: ["dd-drag"],
allowRollup: false
});
},
"Testing dd-drop": function(data) {
require: ["dd-drop"],
allowRollup: false
});
},
"Testing dd-proxy": function(data) {
require: ["dd-proxy"],
allowRollup: false
});
},
"Testing dd-scroll": function(data) {
require: ["dd-scroll"],
allowRollup: false
});
},
"Testing dial": function(data) {
require: ["dial"],
allowRollup: false
});
},
"Testing dom": function(data) {
require: ["dom"],
allowRollup: false
});
},
"Testing dom-base": function(data) {
require: ["dom-base"],
allowRollup: false
});
},
"Testing dom-screen": function(data) {
require: ["dom-screen"],
allowRollup: false
});
},
"Testing dom-style": function(data) {
require: ["dom-style"],
allowRollup: false
});
},
"Testing selector": function(data) {
require: ["selector"],
allowRollup: false
});
},
"Testing selector-css2": function(data) {
require: ["selector-css2"],
allowRollup: false
});
},
"Testing selector-native": function(data) {
require: ["selector-native"],
allowRollup: false
});
},
"Testing dump": function(data) {
require: ["dump"],
allowRollup: false
});
},
"Testing editor": function(data) {
require: ["editor"],
allowRollup: false
});
},
"Testing createlink-base": function(data) {
require: ["createlink-base"],
allowRollup: false
});
},
"Testing editor-base": function(data) {
require: ["editor-base"],
allowRollup: false
});
},
"Testing editor-bidi": function(data) {
require: ["editor-bidi"],
allowRollup: false
});
},
"Testing editor-br": function(data) {
require: ["editor-br"],
allowRollup: false
});
},
"Testing editor-lists": function(data) {
require: ["editor-lists"],
allowRollup: false
});
},
"Testing editor-para": function(data) {
require: ["editor-para"],
allowRollup: false
});
},
"Testing exec-command": function(data) {
require: ["exec-command"],
allowRollup: false
});
},
"Testing frame": function(data) {
require: ["frame"],
allowRollup: false
});
},
"Testing selection": function(data) {
require: ["selection"],
allowRollup: false
});
},
"Testing escape": function(data) {
require: ["escape"],
allowRollup: false
});
},
"Testing event": function(data) {
require: ["event"],
allowRollup: false
});
},
"Testing event-base": function(data) {
require: ["event-base"],
allowRollup: false
});
},
"Testing event-delegate": function(data) {
require: ["event-delegate"],
allowRollup: false
});
},
"Testing event-focus": function(data) {
require: ["event-focus"],
allowRollup: false
});
},
"Testing event-hover": function(data) {
require: ["event-hover"],
allowRollup: false
});
},
"Testing event-key": function(data) {
require: ["event-key"],
allowRollup: false
});
},
"Testing event-mouseenter": function(data) {
require: ["event-mouseenter"],
allowRollup: false
});
},
"Testing event-mousewheel": function(data) {
require: ["event-mousewheel"],
allowRollup: false
});
},
"Testing event-resize": function(data) {
require: ["event-resize"],
allowRollup: false
});
},
"Testing event-synthetic": function(data) {
require: ["event-synthetic"],
allowRollup: false
});
},
"Testing event-custom": function(data) {
require: ["event-custom"],
allowRollup: false
});
},
"Testing event-custom-base": function(data) {
require: ["event-custom-base"],
allowRollup: false
});
},
"Testing event-custom-complex": function(data) {
require: ["event-custom-complex"],
allowRollup: false
});
},
"Testing event-gestures": function(data) {
require: ["event-gestures"],
allowRollup: false
});
},
"Testing event-flick": function(data) {
require: ["event-flick"],
allowRollup: false
});
},
"Testing event-move": function(data) {
require: ["event-move"],
allowRollup: false
});
},
"Testing event-simulate": function(data) {
require: ["event-simulate"],
allowRollup: false
});
},
"Testing event-valuechange": function(data) {
require: ["event-valuechange"],
allowRollup: false
});
},
"Testing highlight": function(data) {
require: ["highlight"],
allowRollup: false
});
},
"Testing highlight-accentfold": function(data) {
require: ["highlight-accentfold"],
allowRollup: false
});
},
"Testing highlight-base": function(data) {
require: ["highlight-base"],
allowRollup: false
});
},
"Testing intl": function(data) {
require: ["intl"],
allowRollup: false
});
},
"Testing io": function(data) {
require: ["io"],
allowRollup: false
});
},
"Testing io-base": function(data) {
require: ["io-base"],
allowRollup: false
});
},
"Testing io-form": function(data) {
require: ["io-form"],
allowRollup: false
});
},
"Testing io-queue": function(data) {
require: ["io-queue"],
allowRollup: false
});
},
"Testing io-upload-iframe": function(data) {
require: ["io-upload-iframe"],
allowRollup: false
});
},
"Testing io-xdr": function(data) {
require: ["io-xdr"],
allowRollup: false
});
},
"Testing json": function(data) {
require: ["json"],
allowRollup: false
});
},
"Testing json-parse": function(data) {
require: ["json-parse"],
allowRollup: false
});
},
"Testing json-stringify": function(data) {
require: ["json-stringify"],
allowRollup: false
});
},
"Testing jsonp": function(data) {
require: ["jsonp"],
allowRollup: false
});
},
"Testing node": function(data) {
require: ["node"],
allowRollup: false
});
},
"Testing node-base": function(data) {
require: ["node-base"],
allowRollup: false
});
},
"Testing node-event-delegate": function(data) {
require: ["node-event-delegate"],
allowRollup: false
});
},
"Testing node-pluginhost": function(data) {
require: ["node-pluginhost"],
allowRollup: false
});
},
"Testing node-screen": function(data) {
require: ["node-screen"],
allowRollup: false
});
},
"Testing node-style": function(data) {
require: ["node-style"],
allowRollup: false
});
},
"Testing node-flick": function(data) {
require: ["node-flick"],
allowRollup: false
});
},
"Testing node-focusmanager": function(data) {
require: ["node-focusmanager"],
allowRollup: false
});
},
"Testing node-menunav": function(data) {
require: ["node-menunav"],
allowRollup: false
});
},
"Testing oop": function(data) {
require: ["oop"],
allowRollup: false
});
},
"Testing overlay": function(data) {
require: ["overlay"],
allowRollup: false
});
},
"Testing plugin": function(data) {
require: ["plugin"],
allowRollup: false
});
},
"Testing pluginhost": function(data) {
require: ["pluginhost"],
allowRollup: false
});
},
"Testing pluginhost-base": function(data) {
require: ["pluginhost-base"],
allowRollup: false
});
},
"Testing pluginhost-config": function(data) {
require: ["pluginhost-config"],
allowRollup: false
});
},
"Testing profiler": function(data) {
require: ["profiler"],
allowRollup: false
});
},
"Testing querystring": function(data) {
require: ["querystring"],
allowRollup: false
});
},
"Testing querystring-parse": function(data) {
require: ["querystring-parse"],
allowRollup: false
});
},
"Testing querystring-stringify": function(data) {
require: ["querystring-stringify"],
allowRollup: false
});
},
"Testing querystring-parse-simple": function(data) {
require: ["querystring-parse-simple"],
allowRollup: false
});
},
"Testing querystring-stringify-simple": function(data) {
require: ["querystring-stringify-simple"],
allowRollup: false
});
},
"Testing queue-promote": function(data) {
require: ["queue-promote"],
allowRollup: false
});
},
"Testing queue-run": function(data) {
require: ["queue-run"],
allowRollup: false
});
},
"Testing recordset": function(data) {
require: ["recordset"],
allowRollup: false
});
},
"Testing recordset-base": function(data) {
require: ["recordset-base"],
allowRollup: false
});
},
"Testing recordset-filter": function(data) {
require: ["recordset-filter"],
allowRollup: false
});
},
"Testing recordset-indexer": function(data) {
require: ["recordset-indexer"],
allowRollup: false
});
},
"Testing recordset-sort": function(data) {
require: ["recordset-sort"],
allowRollup: false
});
},
"Testing resize": function(data) {
require: ["resize"],
allowRollup: false
});
},
"Testing resize-base": function(data) {
require: ["resize-base"],
allowRollup: false
});
},
"Testing resize-constrain": function(data) {
require: ["resize-constrain"],
allowRollup: false
});
},
"Testing resize-proxy": function(data) {
require: ["resize-proxy"],
allowRollup: false
});
},
"Testing scrollview": function(data) {
require: ["scrollview"],
allowRollup: false
});
},
"Testing slider": function(data) {
require: ["slider"],
allowRollup: false
});
},
"Testing clickable-rail": function(data) {
require: ["clickable-rail"],
allowRollup: false
});
},
"Testing range-slider": function(data) {
require: ["range-slider"],
allowRollup: false
});
},
"Testing slider-base": function(data) {
require: ["slider-base"],
allowRollup: false
});
},
"Testing slider-value-range": function(data) {
require: ["slider-value-range"],
allowRollup: false
});
},
"Testing sortable": function(data) {
require: ["sortable"],
allowRollup: false
});
},
"Testing stylesheet": function(data) {
require: ["stylesheet"],
allowRollup: false
});
},
"Testing substitute": function(data) {
require: ["substitute"],
allowRollup: false
});
},
"Testing swf": function(data) {
require: ["swf"],
allowRollup: false
});
},
"Testing swfdetect": function(data) {
require: ["swfdetect"],
allowRollup: false
});
},
"Testing tabview": function(data) {
require: ["tabview"],
allowRollup: false
});
},
"Testing test": function(data) {
require: ["test"],
allowRollup: false
});
},
"Testing text": function(data) {
require: ["text"],
allowRollup: false
});
},
"Testing text-accentfold": function(data) {
require: ["text-accentfold"],
allowRollup: false
});
},
"Testing text-data-accentfold": function(data) {
require: ["text-data-accentfold"],
allowRollup: false
});
},
"Testing text-data-wordbreak": function(data) {
require: ["text-data-wordbreak"],
allowRollup: false
});
},
"Testing text-wordbreak": function(data) {
require: ["text-wordbreak"],
allowRollup: false
});
},
"Testing transition": function(data) {
require: ["transition"],
allowRollup: false
});
},
"Testing transition-native": function(data) {
require: ["transition-native"],
allowRollup: false
});
},
"Testing transition-timer": function(data) {
require: ["transition-timer"],
allowRollup: false
});
},
"Testing widget": function(data) {
require: ["widget"],
allowRollup: false
});
},
"Testing widget-base": function(data) {
require: ["widget-base"],
allowRollup: false
});
},
"Testing widget-htmlparser": function(data) {
require: ["widget-htmlparser"],
allowRollup: false
});
},
"Testing widget-skin": function(data) {
require: ["widget-skin"],
allowRollup: false
});
},
"Testing widget-uievents": function(data) {
require: ["widget-uievents"],
allowRollup: false
});
},
"Testing widget-anim": function(data) {
require: ["widget-anim"],
allowRollup: false
});
},
"Testing widget-locale": function(data) {
require: ["widget-locale"],
allowRollup: false
});
},
"Testing yql": function(data) {
require: ["yql"],
allowRollup: false
});
}
}));