index.html revision b3580846790597bb877cb9cede200631709da8cb
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otavar YUI = {};
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota<!-- This is the main test file, notice it's using the `yui-base` seed file
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otawithout Loader on the page, so Loader is fetched before tests are executed. -->
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota<script type="text/javascript" src="/build/yui-base/yui-base.js"></script>
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota 'global-mod': {
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota //Just for code coverage..
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota fullpath: '/noop.js'
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otavar YUI_config = {
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota gconfig: true,
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota gfilter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota allowRollup: false,
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota logExclude: {Dom: true, Selector: true, Node: true, attribute: true, base: true, event: true, widget: true },
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota 'seed-tests': {
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota requires: [ 'test']
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota 'core-tests': {
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota requires: [ 'classnamemanager']
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota 'config-test': {
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota 'later-test': {
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota 'namespace-test': {
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota}).use('seed-tests', 'core-tests', 'config-test', 'later-test', 'namespace-test', 'test-console', 'test', function(Y) {
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota new Y.Test.Console().render('#log');
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota //This is a YUITest hack to rename this test for reporting
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota Y.Test.Runner.masterSuite.name = 'YUI Seed Fetch Loader Test Suite';
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota Y.Test.Runner.masterSuite.items[0].name = 'YUI Seed Fetch Loader Test Suite';